about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
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;
 	}