mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 10:51:54 +00:00
Misc level init fixes
This commit is contained in:
parent
e0f18f6d03
commit
5e8e08ad95
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue