mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
G_SetGameModified exists for this very purpose, use the srb2kart/rr function signature version instead of direct write to modifiedgame
This commit is contained in:
parent
8bd29a1011
commit
b119341948
1 changed files with 1 additions and 2 deletions
|
|
@ -959,8 +959,7 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup, const
|
||||||
|
|
||||||
if (important && !mainfile)
|
if (important && !mainfile)
|
||||||
{
|
{
|
||||||
//G_SetGameModified(true);
|
G_SetGameModified(true, false);
|
||||||
modifiedgame = true; // avoid savemoddata being set to false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue