Accidentially killed P_InitSpecials whilst handling a previous commit; correct.

This commit is contained in:
toaster 2022-03-18 18:18:48 +00:00
parent 86f2a551e6
commit 3794bea729

View file

@ -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())