mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
Don't call map load trigger linedefs when joining or reloading gamestate
This commit is contained in:
parent
1d92456ad5
commit
d1e8b05749
1 changed files with 2 additions and 1 deletions
|
@ -7102,6 +7102,7 @@ void P_SpawnSpecials(boolean fromnetsave)
|
|||
}
|
||||
}
|
||||
|
||||
if (!fromnetsave)
|
||||
P_RunLevelLoadExecutors();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue