From c5a670037bb18383143c6710f7b9ad5d058753f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Aug 2010 00:47:31 +0000 Subject: (svn r20536) -Codechange: unify the refitting of vehicles --- src/command_type.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/command_type.h') diff --git a/src/command_type.h b/src/command_type.h index e43132f7d..35e2b665a 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -179,6 +179,7 @@ enum Commands { CMD_BUILD_VEHICLE, ///< build a vehicle CMD_SELL_VEHICLE, ///< sell a vehicle + CMD_REFIT_VEHICLE, ///< refit the cargo space of a vehicle CMD_MOVE_RAIL_VEHICLE, ///< move a rail vehicle (in the depot) CMD_SEND_TRAIN_TO_DEPOT, ///< send a train to a depot @@ -210,14 +211,12 @@ enum Commands { CMD_RENAME_DEPOT, ///< rename a depot CMD_SEND_AIRCRAFT_TO_HANGAR, ///< send an aircraft to a hanger - CMD_REFIT_AIRCRAFT, ///< refit the cargo space of an aircraft CMD_PLACE_SIGN, ///< place a sign CMD_RENAME_SIGN, ///< rename a sign CMD_SEND_ROADVEH_TO_DEPOT, ///< send a road vehicle to the depot CMD_TURN_ROADVEH, ///< turn a road vehicle around - CMD_REFIT_ROAD_VEH, ///< refit the cargo space of a road vehicle CMD_PAUSE, ///< pause the game @@ -232,7 +231,6 @@ enum Commands { CMD_DELETE_TOWN, ///< delete a town CMD_SEND_SHIP_TO_DEPOT, ///< send a ship to a depot - CMD_REFIT_SHIP, ///< refit the cargo space of a ship CMD_ORDER_REFIT, ///< change the refit informaction of an order (for "goto depot" ) CMD_CLONE_ORDER, ///< clone (and share) an order @@ -244,7 +242,6 @@ enum Commands { CMD_COMPANY_CTRL, ///< used in multiplayer to create a new companies etc. CMD_LEVEL_LAND, ///< level land - CMD_REFIT_RAIL_VEHICLE, ///< refit the cargo space of a train CMD_RESTORE_ORDER_INDEX, ///< restore vehicle order-index and service interval CMD_BUILD_LOCK, ///< build a lock -- cgit v1.2.3-54-g00ecf