mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
Avoid savemoddata being set in W_InitFile to fix addons with gamedata.
This commit is contained in:
parent
7878e50218
commit
3a0be379d3
1 changed files with 2 additions and 1 deletions
|
|
@ -821,7 +821,8 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup)
|
|||
}
|
||||
|
||||
if (important && !mainfile)
|
||||
G_SetGameModified(true);
|
||||
//G_SetGameModified(true);
|
||||
modifiedgame = true; // avoid savemoddata being set to false
|
||||
|
||||
//
|
||||
// link wad file to search files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue