Don't draw UFO minimap in battleprisons

This commit is contained in:
Antonio Martinez 2025-07-18 20:05:22 -04:00
parent 4c65960095
commit 84cb61e574

View file

@ -5847,7 +5847,7 @@ static void K_DrawKartUFOTimer(fixed_t objx, fixed_t objy, INT32 hudx, INT32 hud
fixed_t amnumxpos, amnumypos;
INT32 amxpos, amypos;
if (exitcountdown || leveltime > g_battleufo.due)
if (exitcountdown || leveltime > g_battleufo.due || battleprisons)
return;
tic_t raw = g_battleufo.due - leveltime;