mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-04 23:22:36 +00:00
Don't guard the return
This commit is contained in:
parent
1bcebaadfd
commit
1a038ad463
1 changed files with 1 additions and 5 deletions
|
|
@ -8796,13 +8796,9 @@ void K_drawKartHUD(void)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
if (LUA_HudEnabled(hud_battlefullscreen))
|
if (LUA_HudEnabled(hud_battlefullscreen))
|
||||||
{
|
|
||||||
#endif
|
#endif
|
||||||
K_drawBattleFullscreen();
|
K_drawBattleFullscreen();
|
||||||
return;
|
return;
|
||||||
#ifdef HAVE_BLUA
|
|
||||||
} // yes we legit checked if we had lua to close a single bracket. Not my proudest code edit tbh.
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draw the item window
|
// Draw the item window
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue