mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-minimap-ufo' into 'master'
Don't draw UFO minimap in battleprisons See merge request kart-krew-dev/ring-racers-internal!2692
This commit is contained in:
commit
76fa10e4cf
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