Fix issue with changing settings in the startup window

git-svn-id: https://svn.eduke32.com/eduke32@6359 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-07-12 04:10:37 +00:00
parent f4e1012081
commit d703ac2c62
1 changed files with 1 additions and 0 deletions

View File

@ -6378,6 +6378,7 @@ int app_main(int argc, char const * const * argv)
ud.last_level = (Bstrcpy(ud.rtsname, G_DefaultRtsFile()) == ud.rtsname); ud.last_level = (Bstrcpy(ud.rtsname, G_DefaultRtsFile()) == ud.rtsname);
} }
CONFIG_WriteSetup(1);
CONFIG_ReadSetup(); CONFIG_ReadSetup();
RTS_Init(ud.rtsname); RTS_Init(ud.rtsname);