Add hotkey for convert rail type by track piece

This commit is contained in:
Jonathan G Rennison
2023-06-10 10:21:33 +01:00
parent ccdca8ae52
commit 08030e1b8a
2 changed files with 30 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ enum RailToolbarWidgets {
WID_RAT_BUILD_TUNNEL, ///< Build a tunnel.
WID_RAT_REMOVE, ///< Bulldozer to remove rail.
WID_RAT_CONVERT_RAIL, ///< Convert other rail to this type.
WID_RAT_CONVERT_RAIL_TRACK, ///< Convert other rail to this type (track).
};
/** Widgets of the #BuildRailStationWindow class. */