mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Update src/openrct2-ui/windows/TitleScenarioSelect.cpp
Co-Authored-By: Aaron van Geffen <aaron@aaronweb.net>
This commit is contained in:
@@ -226,7 +226,7 @@ static void window_scenarioselect_init_tabs(rct_window* w)
|
||||
}
|
||||
}
|
||||
|
||||
if (showPages & 1 << gConfigInterface.scenarioselect_last_tab)
|
||||
if (showPages & (1 << gConfigInterface.scenarioselect_last_tab))
|
||||
{
|
||||
w->selected_tab = gConfigInterface.scenarioselect_last_tab;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user