mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Merge branch 'eid-credits-demo-crash' into 'master'
Init interp lists in D_ClearState See merge request kart-krew-dev/ring-racers-internal!2983
This commit is contained in:
commit
0571a0fb91
1 changed files with 3 additions and 0 deletions
|
|
@ -8491,6 +8491,9 @@ void P_FreeLevelState(void)
|
|||
Patch_FreeTag(PU_PATCH_LOWPRIORITY);
|
||||
Patch_FreeTag(PU_PATCH_ROTATED);
|
||||
Z_FreeTags(PU_LEVEL, PU_PURGELEVEL - 1);
|
||||
|
||||
R_InitMobjInterpolators();
|
||||
R_InitializeLevelInterpolators();
|
||||
}
|
||||
|
||||
/** Loads a level from a lump or external wad.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue