mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 08:20:52 +00:00
Merge branch 'midsave-addons' into 'next'
Allow Cosmetic Add-Ons Mid-Save Closes #911 See merge request STJr/SRB2!1877
This commit is contained in:
commit
cf0c5f9084
1 changed files with 1 additions and 1 deletions
|
@ -8146,7 +8146,7 @@ static boolean P_LoadAddon(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