mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
leveltime = 0;
|
||||||
modulothing = 0;
|
modulothing = 0;
|
||||||
|
|
||||||
|
P_SetFreezeLevel(false);
|
||||||
|
P_SetFreezeCheat(false);
|
||||||
|
|
||||||
K_TimerReset();
|
K_TimerReset();
|
||||||
|
|
||||||
nummaprings = 0;
|
nummaprings = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue