mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'avoid-savemoddata' into 'next'
Fix addons with custom gamedata not loading Closes #473 See merge request STJr/SRB2!1427
This commit is contained in:
commit
7abc5e10e5
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