1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Fix #2136. Issue caused by missing branch.

This commit is contained in:
duncanspumpkin
2015-11-01 21:03:50 +00:00
parent f1cdc99afc
commit d21e5a3b8c

View File

@@ -843,9 +843,11 @@ void window_scenery_tooltip(rct_window* w, int widgetIndex, rct_string_id *strin
case WIDX_SCENERY_TAB_17:
case WIDX_SCENERY_TAB_18:
case WIDX_SCENERY_TAB_19:
case WIDX_SCENERY_TAB_20:
RCT2_GLOBAL(RCT2_ADDRESS_COMMON_FORMAT_ARGS, uint16) = g_scenerySetEntries[widgetIndex - WIDX_SCENERY_TAB_1]->name;
break;
case WIDX_SCENERY_TAB_20:
RCT2_GLOBAL(RCT2_ADDRESS_COMMON_FORMAT_ARGS, uint16) = 1813;
break;
}
}