(cherry picked from commit be01a5917639f4b05de99ef92bdafb50a204ee56)
This commit is contained in:
James R 2020-07-05 18:37:55 -07:00
parent 07cf9cddf1
commit 1af2ecdf15

View file

@ -1879,6 +1879,7 @@ void V_DrawStringScaled(
chw <<= FRACBITS;
spacew <<= FRACBITS;
lfh <<= FRACBITS;
#define Mul( id, scale ) ( id = FixedMul (scale, id) )
Mul (chw, scale);