From abe68db6383ac16c065e3f219eff3d6a7496fb43 Mon Sep 17 00:00:00 2001
From: nehalmistry <>
Date: Wed, 5 Mar 2003 18:29:22 +0000
Subject: [PATCH] save preferences before reloading ccl

---
 src/stratagus/stratagus.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/stratagus/stratagus.cpp b/src/stratagus/stratagus.cpp
index 728ae6b54..89b179410 100644
--- a/src/stratagus/stratagus.cpp
+++ b/src/stratagus/stratagus.cpp
@@ -1129,6 +1129,7 @@ global void MenuLoop(char* filename, WorldMap* map)
 	PlaySectionMusic(PlaySectionMainMenu);
 #endif
 
+	SavePreferences();
 	LoadCcl();			// Reload the main config file
 
 	PreMenuSetup();