mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 09:32:33 +00:00
Wow!
This commit is contained in:
parent
21f864f491
commit
be01a59176
1 changed files with 1 additions and 0 deletions
|
@ -2267,6 +2267,7 @@ void V_DrawStringScaled(
|
|||
|
||||
chw <<= FRACBITS;
|
||||
spacew <<= FRACBITS;
|
||||
lfh <<= FRACBITS;
|
||||
|
||||
#define Mul( id, scale ) ( id = FixedMul (scale, id) )
|
||||
Mul (chw, scale);
|
||||
|
|
Loading…
Reference in a new issue