mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Reset freeze on level load
This commit is contained in:
parent
c9291b0f61
commit
0211dc4f34
1 changed files with 3 additions and 0 deletions
|
|
@ -7536,6 +7536,9 @@ static void P_InitLevelSettings(void)
|
|||
leveltime = 0;
|
||||
modulothing = 0;
|
||||
|
||||
P_SetFreezeLevel(false);
|
||||
P_SetFreezeCheat(false);
|
||||
|
||||
K_TimerReset();
|
||||
|
||||
nummaprings = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue