mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
Clamp cechotimer to 0
Fixes issues with cechos staying on-screen and glitching out (NiGHTS items for example).
This commit is contained in:
parent
a4ea2c2708
commit
aec527cb4c
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ void HU_Ticker(void)
|
|||
}
|
||||
}
|
||||
|
||||
--cechotimer;
|
||||
if (cechotimer > 0) --cechotimer;
|
||||
|
||||
if (hu_redownloadinggamestate)
|
||||
resynch_ticker++;
|
||||
|
|
Loading…
Reference in a new issue