Fix template train move/sell command category for build while paused

This commit is contained in:
Jonathan G Rennison
2022-09-16 13:06:08 +01:00
parent fc5e20719d
commit 839746d2bb
6 changed files with 25 additions and 3 deletions

View File

@@ -391,6 +391,8 @@ enum Commands {
CMD_DELETE_VIRTUAL_TRAIN, ///< Delete a virtual train
CMD_BUILD_VIRTUAL_RAIL_VEHICLE, ///< Build a virtual train
CMD_REPLACE_TEMPLATE_VEHICLE, ///< Replace a template vehicle with another one based on a virtual train
CMD_MOVE_VIRTUAL_RAIL_VEHICLE, ///< Move a virtual rail vehicle
CMD_SELL_VIRTUAL_VEHICLE, ///< Sell a virtual vehicle
CMD_CLONE_TEMPLATE_VEHICLE_FROM_TRAIN, ///< clone a train and create a new template vehicle based on it
CMD_DELETE_TEMPLATE_VEHICLE, ///< delete a template vehicle