summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-11-14 13:07:07 +0000
committerdarkvater <darkvater@openttd.org>2004-11-14 13:07:07 +0000
commit397cc50f61768c73dd4a1ddea03fd5e763d85b50 (patch)
tree19e28ad2c07c2774c4b799f431c2acffe63d655a /command.h
parent8946e92468db588a1a0d39da2b9a53523e091d10 (diff)
downloadopenttd-397cc50f61768c73dd4a1ddea03fd5e763d85b50.tar.xz
(svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).
Diffstat (limited to 'command.h')
-rw-r--r--command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/command.h b/command.h
index 051c1fbef..d40f8543d 100644
--- a/command.h
+++ b/command.h
@@ -20,9 +20,9 @@ enum {
CMD_REMOVE_FROM_RAILROAD_STATION = 14,
CMD_CONVERT_RAIL = 15,
- CMD_BUILD_TRAIN_CHECKPOINT = 16,
- CMD_RENAME_CHECKPOINT = 17,
- CMD_REMOVE_TRAIN_CHECKPOINT = 18,
+ CMD_BUILD_TRAIN_WAYPOINT = 16,
+ CMD_RENAME_WAYPOINT = 17,
+ CMD_REMOVE_TRAIN_WAYPOINT = 18,
CMD_BUILD_TRUCK_STATION = 19,
CMD_BUILD_BUS_STATION = 21,