Allow cosmetic add-ons mid-save

This commit is contained in:
Zwip-Zwap Zapony 2022-11-19 19:57:08 +01:00
parent e6780f2bee
commit 969dc4813a

View file

@ -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))