mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Remove inline from ST_drawWeaponSelect() to fix 32-bit compile
large-function-growth limit reached
This commit is contained in:
parent
363541d16a
commit
cb4b46f4f8
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;
|
INT32 q = stplyr->weapondelay, del = 0, p = 16;
|
||||||
while (q)
|
while (q)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue