mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
Fix incorrect condition for setting savemoddata to false.
This commit is contained in:
parent
f8229b9dad
commit
fdbf750f48
1 changed files with 1 additions and 1 deletions
|
@ -760,11 +760,11 @@ void G_SetGameModified(boolean silent, boolean major)
|
|||
return;
|
||||
|
||||
modifiedgame = true;
|
||||
savemoddata = false;
|
||||
|
||||
if (!major)
|
||||
return;
|
||||
|
||||
savemoddata = false;
|
||||
majormods = true;
|
||||
|
||||
if (!silent)
|
||||
|
|
Loading…
Reference in a new issue