From 37e6f6a00395147ef55764926e203a1c8bfd6572 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 29 Jul 2009 22:32:20 +0000 Subject: (svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints. --- src/command_type.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/command_type.h') diff --git a/src/command_type.h b/src/command_type.h index fb9488a7f..c21f87158 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -149,7 +149,7 @@ enum { CMD_REMOVE_SINGLE_RAIL, ///< remove a single rail track CMD_LANDSCAPE_CLEAR, ///< demolish a tile CMD_BUILD_BRIDGE, ///< build a bridge - CMD_BUILD_RAILROAD_STATION, ///< build a railroad station + CMD_BUILD_RAIL_STATION, ///< build a rail station CMD_BUILD_TRAIN_DEPOT, ///< build a train depot CMD_BUILD_SIGNALS, ///< build a signal CMD_REMOVE_SIGNALS, ///< remove a signal @@ -158,12 +158,12 @@ enum { CMD_SELL_LAND_AREA, ///< sell a bought tile before CMD_BUILD_TUNNEL, ///< build a tunnel - CMD_REMOVE_FROM_RAILROAD_STATION, ///< remove a tile station + CMD_REMOVE_FROM_RAIL_STATION, ///< remove a (rectangle of) tiles from a rail station CMD_CONVERT_RAIL, ///< convert a rail type - CMD_BUILD_TRAIN_WAYPOINT, ///< build a waypoint + CMD_BUILD_RAIL_WAYPOINT, ///< build a waypoint CMD_RENAME_WAYPOINT, ///< rename a waypoint - CMD_REMOVE_TRAIN_WAYPOINT, ///< remove a waypoint + CMD_REMOVE_FROM_RAIL_WAYPOINT, ///< remove a (rectangle of) tiles from a rail waypoint CMD_BUILD_ROAD_STOP, ///< build a road stop CMD_REMOVE_ROAD_STOP, ///< remove a road stop -- cgit v1.2.3-54-g00ecf