1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00
This commit is contained in:
IntelOrca
2015-05-20 01:10:53 +01:00
parent eb37473a56
commit d6e27c8241
2 changed files with 3 additions and 2 deletions

View File

@@ -890,7 +890,7 @@ void window_scenery_invalidate()
uint16 tabIndex = window_scenery_active_tab_index;
uint32 titleStringId = 1813;
if (tabIndex <= 19)
if (tabIndex < 19)
titleStringId = g_scenerySetEntries[tabIndex]->name;
window_scenery_widgets[WIDX_SCENERY_TITLE].image = titleStringId;