diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-07 20:45:17 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-07 20:45:17 -0300 |
| commit | 0c6b548e3c6d12dc875c0cd6dc4982061a8bb9fb (patch) | |
| tree | 96c466bd4c23ea252e7c9fb201d7bb98b1cfc3d8 /src | |
| parent | e12d1f926e6e2eb57353c9e209fd7ed7fa0115c5 (diff) | |
Beta HUD: Fix pause
Diffstat (limited to 'src')
| -rw-r--r-- | src/port/mods/PortEnhancements.c | 4 |
1 files changed, 0 insertions, 4 deletions
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]); } |
