mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-09 23:11:30 -04:00
Fixed beta hud
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user