0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 00:11:48 +00:00

Merge branch 'mapload-trigger-fix' into 'next'

Don't call map load trigger linedefs when joining or reloading gamestate

See merge request 
This commit is contained in:
Tatsuru 2021-09-12 21:08:52 +00:00
commit 66f054f150

View file

@ -7045,7 +7045,8 @@ void P_SpawnSpecials(boolean fromnetsave)
}
}
P_RunLevelLoadExecutors();
if (!fromnetsave)
P_RunLevelLoadExecutors();
}
/** Adds 3Dfloors as appropriate based on a common control linedef.