Fixed beta hud
Some checks are pending
GenerateBuilds / generate-port-otr (push) Waiting to run
GenerateBuilds / build-windows (push) Blocked by required conditions
GenerateBuilds / build-macos (push) Blocked by required conditions
GenerateBuilds / build-linux (push) Blocked by required conditions

This commit is contained in:
KiritoDv 2025-01-07 13:21:16 -06:00
parent 27a0f8683f
commit 194700ecb0

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]);
}