summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index ad012300a..3f7bb5630 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -192,7 +192,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e)
}
break;
case 17: /* Autosave options */
- _opt_ptr->autosave = e->dropdown.index;
+ _opt.autosave = _opt_newgame.autosave = e->dropdown.index;
SetWindowDirty(w);
break;
case 24: /* Change interface language */