mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Don't draw UFO minimap in battleprisons
This commit is contained in:
parent
4c65960095
commit
84cb61e574
1 changed files with 1 additions and 1 deletions
|
|
@ -5847,7 +5847,7 @@ static void K_DrawKartUFOTimer(fixed_t objx, fixed_t objy, INT32 hudx, INT32 hud
|
||||||
fixed_t amnumxpos, amnumypos;
|
fixed_t amnumxpos, amnumypos;
|
||||||
INT32 amxpos, amypos;
|
INT32 amxpos, amypos;
|
||||||
|
|
||||||
if (exitcountdown || leveltime > g_battleufo.due)
|
if (exitcountdown || leveltime > g_battleufo.due || battleprisons)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
tic_t raw = g_battleufo.due - leveltime;
|
tic_t raw = g_battleufo.due - leveltime;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue