diff --git a/src/settings_table.cpp b/src/settings_table.cpp index d0b1fb95e3..9b401774e9 100644 --- a/src/settings_table.cpp +++ b/src/settings_table.cpp @@ -286,7 +286,7 @@ static void InvalidateNewGRFChangeWindows(int32 new_value) { InvalidateWindowClassesData(WC_SAVELOAD); CloseWindowByClass(WC_GAME_OPTIONS); - ReInitAllWindows(_gui_zoom_cfg); + ReInitAllWindows(false); } static void InvalidateCompanyLiveryWindow(int32 new_value)