Clamp cechotimer to 0

Fixes issues with cechos staying on-screen and glitching out
(NiGHTS items for example).
This commit is contained in:
Eidolon 2022-04-26 18:26:42 -05:00
parent a4ea2c2708
commit aec527cb4c

View file

@ -905,7 +905,7 @@ void HU_Ticker(void)
}
}
--cechotimer;
if (cechotimer > 0) --cechotimer;
if (hu_redownloadinggamestate)
resynch_ticker++;