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,6 +996,7 @@ void HU_Ticker(void)
}
}
if (cechotimer)
cechotimer--;
if (gamestate != GS_LEVEL)