From d703ac2c6256bb299b0fd55f72f1da818f73eb96 Mon Sep 17 00:00:00 2001 From: terminx Date: Wed, 12 Jul 2017 04:10:37 +0000 Subject: [PATCH] Fix issue with changing settings in the startup window git-svn-id: https://svn.eduke32.com/eduke32@6359 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/duke3d/src/game.cpp b/source/duke3d/src/game.cpp index a7391627f..e9737cc26 100644 --- a/source/duke3d/src/game.cpp +++ b/source/duke3d/src/game.cpp @@ -6378,6 +6378,7 @@ int app_main(int argc, char const * const * argv) ud.last_level = (Bstrcpy(ud.rtsname, G_DefaultRtsFile()) == ud.rtsname); } + CONFIG_WriteSetup(1); CONFIG_ReadSetup(); RTS_Init(ud.rtsname);