mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Init interp lists in D_ClearState
This commit is contained in:
parent
5a34474264
commit
8910356b3b
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_LOWPRIORITY);
|
||||||
Patch_FreeTag(PU_PATCH_ROTATED);
|
Patch_FreeTag(PU_PATCH_ROTATED);
|
||||||
Z_FreeTags(PU_LEVEL, PU_PURGELEVEL - 1);
|
Z_FreeTags(PU_LEVEL, PU_PURGELEVEL - 1);
|
||||||
|
|
||||||
|
R_InitMobjInterpolators();
|
||||||
|
R_InitializeLevelInterpolators();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Loads a level from a lump or external wad.
|
/** Loads a level from a lump or external wad.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue