mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Misc level init fixes
This commit is contained in:
parent
88c6150f7b
commit
301477f212
2 changed files with 4 additions and 4 deletions
|
|
@ -2265,8 +2265,10 @@ static void P_LevelInitStuff(void)
|
||||||
|
|
||||||
leveltime = 0;
|
leveltime = 0;
|
||||||
|
|
||||||
localaiming = 0;
|
localaiming = localaiming2 = localaiming3 = localaiming4 = 0;
|
||||||
localaiming2 = 0;
|
|
||||||
|
// map object scale
|
||||||
|
mapobjectscale = mapheaderinfo[gamemap-1]->mobj_scale;
|
||||||
|
|
||||||
// special stage tokens, emeralds, and ring total
|
// special stage tokens, emeralds, and ring total
|
||||||
tokenbits = 0;
|
tokenbits = 0;
|
||||||
|
|
|
||||||
|
|
@ -5717,8 +5717,6 @@ void P_SpawnSpecials(INT32 fromnetsave)
|
||||||
else
|
else
|
||||||
curWeather = PRECIP_NONE;
|
curWeather = PRECIP_NONE;
|
||||||
|
|
||||||
mapobjectscale = mapheaderinfo[gamemap-1]->mobj_scale;
|
|
||||||
|
|
||||||
P_InitTagLists(); // Create xref tables for tags
|
P_InitTagLists(); // Create xref tables for tags
|
||||||
P_SearchForDisableLinedefs(); // Disable linedefs are now allowed to disable *any* line
|
P_SearchForDisableLinedefs(); // Disable linedefs are now allowed to disable *any* line
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue