diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-06-01 12:02:27 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-06-01 12:02:27 +0000 |
| commit | 187134010dd73dda83a735859195c4a52276fef5 (patch) | |
| tree | decd4fa8731188a1681bb85d17b97b2b5aa02941 /src/game/client | |
| parent | 4e5fa4db0b325e1f0f3a0e07549e26b5ef77dc2f (diff) | |
| download | zcatch-187134010dd73dda83a735859195c4a52276fef5.tar.gz zcatch-187134010dd73dda83a735859195c4a52276fef5.zip | |
config stuff
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/menu.cpp | 1 |
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; } |