mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix a bug where if you had a savegame with an active viewscreen, the tile in the world wouldn't update until totalclock > what totalclock was when the game was saved.
git-svn-id: https://svn.eduke32.com/eduke32@4655 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b7b0b2c7ba
commit
06a0350af0
1 changed files with 2 additions and 0 deletions
|
@ -1653,6 +1653,8 @@ void G_ResetTimers(uint8_t keepgtics)
|
|||
g_levelTextTime = 85;
|
||||
if (!keepgtics)
|
||||
g_moveThingsCount = 0;
|
||||
if (g_curViewscreen >= 0)
|
||||
actor[g_curViewscreen].t_data[0] = 0;
|
||||
}
|
||||
|
||||
void G_ClearFIFO(void)
|
||||
|
|
Loading…
Reference in a new issue