summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-29 19:41:44 +0000
committercelestar <celestar@openttd.org>2005-01-29 19:41:44 +0000
commit3c82a2b3c76da6933c8c0f75905f62795acb115a (patch)
treefcefcecfa2ec7dd8e9178d5206788bd62dcf3c53 /command.h
parentb8fb0141a3faef0e98dd13562848c816a4ebb8bf (diff)
downloadopenttd-3c82a2b3c76da6933c8c0f75905f62795acb115a.tar.xz
(svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
a single station. Thanks to: Truelight for the saveload code, Darkvater and Hackykid for network testing and Tron for proof-reading 1500 lines of diff.
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/command.h b/command.h
index 4dea47358..10dee17a2 100644
--- a/command.h
+++ b/command.h
@@ -24,8 +24,7 @@ enum {
CMD_RENAME_WAYPOINT = 17,
CMD_REMOVE_TRAIN_WAYPOINT = 18,
- CMD_BUILD_TRUCK_STATION = 19,
- CMD_BUILD_BUS_STATION = 21,
+ CMD_BUILD_ROAD_STOP = 21,
CMD_BUILD_LONG_ROAD = 23,
CMD_REMOVE_LONG_ROAD = 24,
CMD_BUILD_ROAD = 25,