mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Don't guard the return
This commit is contained in:
parent
a7917cb4b9
commit
c28e1702eb
1 changed files with 1 additions and 5 deletions
|
@ -8796,13 +8796,9 @@ void K_drawKartHUD(void)
|
|||
{
|
||||
#ifdef HAVE_BLUA
|
||||
if (LUA_HudEnabled(hud_battlefullscreen))
|
||||
{
|
||||
#endif
|
||||
K_drawBattleFullscreen();
|
||||
return;
|
||||
#ifdef HAVE_BLUA
|
||||
} // yes we legit checked if we had lua to close a single bracket. Not my proudest code edit tbh.
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
// Draw the item window
|
||||
|
|
Loading…
Reference in a new issue