Reset freeze on level load

This commit is contained in:
Sally Coolatta 2023-09-23 15:51:33 -04:00
parent c9291b0f61
commit 0211dc4f34

View file

@ -7536,6 +7536,9 @@ static void P_InitLevelSettings(void)
leveltime = 0;
modulothing = 0;
P_SetFreezeLevel(false);
P_SetFreezeCheat(false);
K_TimerReset();
nummaprings = 0;