This commit is contained in:
James R 2020-07-05 18:37:55 -07:00
parent 21f864f491
commit be01a59176

View file

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