Fixed beta hud

This commit is contained in:
KiritoDv
2025-01-07 13:21:16 -06:00
parent 27a0f8683f
commit 194700ecb0
+1 -1
View File
@@ -300,12 +300,12 @@ void OnLivesCounterDraw(IEvent* ev){
if(!restore){
return;
}
ev->cancelled = true;
if (gPlayState == PLAY_PAUSE || gCurrentLevel == LEVEL_TRAINING) {
return;
}
ev->cancelled = true;
HUD_LivesCount2_Draw(258.0f, SCREEN_HEIGHT - 20, gLifeCount[gPlayerNum]);
}