DEADSOFTWARE

Console: Automatically save user-defined binds
[d2df-sdl.git] / src / game / g_menu.pas
index c6e5339a15d0f562e9eaf555373a7e2fb56d40d9..ba91ca3b28500d9f5a19ae442515c8bbe899eb1b 100644 (file)
@@ -369,7 +369,7 @@ begin
   if g_Game_IsClient then MC_SEND_PlayerSettings;
 
   g_Options_Write(GameDir+'/'+CONFIG_FILENAME);
-  g_Console_WriteConfig(GameDir + '/dfconfig.cfg');
+  g_Console_WriteGameConfig();
 end;
 
 procedure ReadOptions();