From 397cc50f61768c73dd4a1ddea03fd5e763d85b50 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 14 Nov 2004 13:07:07 +0000 Subject: (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky). --- command.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'command.h') 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, -- cgit v1.2.3-54-g00ecf