mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 16:31:03 +00:00
Allow cosmetic add-ons mid-save
This commit is contained in:
parent
e6780f2bee
commit
969dc4813a
1 changed files with 1 additions and 1 deletions
|
@ -8074,7 +8074,7 @@ static boolean P_LoadAddon(UINT16 wadnum, UINT16 numlumps)
|
|||
ST_Start();
|
||||
|
||||
// Prevent savefile cheating
|
||||
if (cursaveslot > 0)
|
||||
if (modifiedgame && (cursaveslot > 0))
|
||||
cursaveslot = 0;
|
||||
|
||||
if (replacedcurrentmap && gamestate == GS_LEVEL && (netgame || multiplayer))
|
||||
|
|
Loading…
Reference in a new issue