1
0
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:
Peter
2019-06-21 19:01:14 -04:00
committed by GitHub
parent 5777074a3e
commit e7b051c32c

View File

@@ -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;
}