diff --git a/src/port/mods/PortEnhancements.c b/src/port/mods/PortEnhancements.c index 85f1143e..fc2c5ea7 100644 --- a/src/port/mods/PortEnhancements.c +++ b/src/port/mods/PortEnhancements.c @@ -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]); }