Merge branch 'cechostop' into 'master'

CECHO stop

Closes #219

See merge request KartKrew/Kart!550
This commit is contained in:
James R 2022-02-17 05:06:03 +00:00
commit fbcb48a35f

View file

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