Misc level init fixes

This commit is contained in:
TehRealSalt 2019-01-08 20:14:58 -05:00
parent e0f18f6d03
commit 5e8e08ad95
2 changed files with 4 additions and 4 deletions

View file

@ -2265,8 +2265,10 @@ static void P_LevelInitStuff(void)
leveltime = 0;
localaiming = 0;
localaiming2 = 0;
localaiming = localaiming2 = localaiming3 = localaiming4 = 0;
// map object scale
mapobjectscale = mapheaderinfo[gamemap-1]->mobj_scale;
// special stage tokens, emeralds, and ring total
tokenbits = 0;

View file

@ -5717,8 +5717,6 @@ void P_SpawnSpecials(INT32 fromnetsave)
else
curWeather = PRECIP_NONE;
mapobjectscale = mapheaderinfo[gamemap-1]->mobj_scale;
P_InitTagLists(); // Create xref tables for tags
P_SearchForDisableLinedefs(); // Disable linedefs are now allowed to disable *any* line