From 27a64f71c8125c9e07c29f38383e4f165db2b160 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Wed, 6 Feb 2019 23:18:45 +0100 Subject: [PATCH] Fix #8682: Autosave settings don't react to user input Regression from #8648. --- src/openrct2-ui/windows/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2-ui/windows/Options.cpp b/src/openrct2-ui/windows/Options.cpp index 72ebce1b62..e45f8d35ce 100644 --- a/src/openrct2-ui/windows/Options.cpp +++ b/src/openrct2-ui/windows/Options.cpp @@ -580,7 +580,7 @@ static uint64_t window_options_page_enabled_widgets[] = { (1 << WIDX_THEMES_DROPDOWN) | (1 << WIDX_THEMES_BUTTON) | (1 << WIDX_TOOLBAR_SHOW_MUTE) | - (1 << WIDX_TOOLBAR_SHOW_CHAT) | + (1 << WIDX_TOOLBAR_SHOW_CHAT), MAIN_OPTIONS_ENABLED_WIDGETS | (1 << WIDX_REAL_NAME_CHECKBOX) |