mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 17:01:24 +00:00
Accidentially killed P_InitSpecials whilst handling a previous commit; correct.
This commit is contained in:
parent
86f2a551e6
commit
3794bea729
1 changed files with 3 additions and 0 deletions
|
|
@ -4317,6 +4317,9 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
|
||||
P_MapStart(); // tmthing can be used starting from this point
|
||||
|
||||
// init anything that P_SpawnSlopes/P_LoadThings needs to know
|
||||
P_InitSpecials();
|
||||
|
||||
P_InitSlopes(); //Initialize slopes before the map loads.
|
||||
|
||||
if (!P_LoadMapFromFile())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue