Add rotation hotkey for depot building window

This commit is contained in:
dP
2021-03-25 01:44:39 +03:00
parent 9a8216dc0c
commit a9d7d3d7c2
2 changed files with 45 additions and 2 deletions

View File

@@ -2058,8 +2058,8 @@ static WindowDesc _build_depot_desc(
WDP_AUTO, nullptr, 0, 0,
WC_BUILD_DEPOT, WC_BUILD_TOOLBAR,
WDF_CONSTRUCTION,
_nested_build_depot_widgets, lengthof(_nested_build_depot_widgets),
&BuildRailDepotWindow::hotkeys // CityMania addition
_nested_build_depot_widgets, lengthof(_nested_build_depot_widgets)
,&BuildRailDepotWindow::hotkeys // CityMania addition
);
static void ShowBuildTrainDepotPicker(Window *parent)