about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-06-01 12:02:27 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-06-01 12:02:27 +0000
commit187134010dd73dda83a735859195c4a52276fef5 (patch)
treedecd4fa8731188a1681bb85d17b97b2b5aa02941 /src/game/client
parent4e5fa4db0b325e1f0f3a0e07549e26b5ef77dc2f (diff)
downloadzcatch-187134010dd73dda83a735859195c4a52276fef5.tar.gz
zcatch-187134010dd73dda83a735859195c4a52276fef5.zip
config stuff
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/menu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index 35ee66af..e110ebc5 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -891,6 +891,7 @@ static int settings_screen_render()
 	if (ui_do_button(&save_button, "Save", 0, 482, 490, 128, 48, draw_teewars_button))
 	{
 		config = config_copy;
+		config_save("teewars.cfg");
 		screen = 0;
 	}