mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
Beta HUD: Fix pause
Some checks are pending
Some checks are pending
This commit is contained in:
parent
e12d1f926e
commit
0c6b548e3c
@ -302,10 +302,6 @@ void OnLivesCounterDraw(IEvent* ev){
|
||||
}
|
||||
ev->cancelled = true;
|
||||
|
||||
if (gPlayState == PLAY_PAUSE || gCurrentLevel == LEVEL_TRAINING) {
|
||||
return;
|
||||
}
|
||||
|
||||
HUD_LivesCount2_Draw(258.0f, SCREEN_HEIGHT - 20, gLifeCount[gPlayerNum]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user