Fix autorotation buttons

This commit is contained in:
dP
2025-10-08 22:46:11 +05:00
parent acb7810a7f
commit aaad91d5f8
3 changed files with 37 additions and 42 deletions

View File

@@ -112,7 +112,7 @@ enum BuildRailDepotWidgets : WidgetID {
WID_BRAD_DEPOT_SE, ///< Build a depot with the entrance in the south east.
WID_BRAD_DEPOT_SW, ///< Build a depot with the entrance in the south west.
WID_BRAD_DEPOT_NW, ///< Build a depot with the entrance in the north west.
WID_BRAD_DEPOT_AUTO, ///< Build a depot, autoselect entrance.
CM_WID_BRAD_DEPOT_AUTO, ///< Build a depot, autoselect entrance.
};
/** Widgets of the #BuildRailWaypointWindow class. */