Don't continue ticking the cecho timer infinitely into the negatives (resolves #219)

This commit is contained in:
toaster 2022-02-14 14:52:04 +00:00
parent 4b1cef0f20
commit 42919044e9

View file

@ -996,7 +996,8 @@ void HU_Ticker(void)
} }
} }
cechotimer--; if (cechotimer)
cechotimer--;
if (gamestate != GS_LEVEL) if (gamestate != GS_LEVEL)
{ {