mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-04 08:52:00 +00:00
Remove inline from ST_drawWeaponSelect() to fix 32-bit compile
large-function-growth limit reached
This commit is contained in:
parent
97ea4086a5
commit
e708f750a0
1 changed files with 1 additions and 1 deletions
|
@ -1873,7 +1873,7 @@ static void ST_drawNiGHTSHUD(void)
|
|||
}
|
||||
}
|
||||
|
||||
static inline void ST_drawWeaponSelect(INT32 xoffs, INT32 y)
|
||||
static void ST_drawWeaponSelect(INT32 xoffs, INT32 y)
|
||||
{
|
||||
INT32 q = stplyr->weapondelay, del = 0, p = 16;
|
||||
while (q)
|
||||
|
|
Loading…
Reference in a new issue