mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
Fixed beta hud
Some checks are pending
Some checks are pending
This commit is contained in:
parent
27a0f8683f
commit
194700ecb0
@ -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]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user