mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
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:
parent
f4e1012081
commit
d703ac2c62
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue