summaryrefslogtreecommitdiff
path: root/ttd.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 /ttd.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 'ttd.h')
-rw-r--r--ttd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttd.h b/ttd.h
index 570197210..a05693f07 100644
--- a/ttd.h
+++ b/ttd.h
@@ -47,7 +47,7 @@ typedef struct YearMonthDay {
// Forward declarations of structs.
typedef struct Vehicle Vehicle;
typedef struct Depot Depot;
-typedef struct Checkpoint Checkpoint;
+typedef struct Waypoint Waypoint;
typedef struct Window Window;
typedef struct Station Station;
typedef struct ViewPort ViewPort;
@@ -132,7 +132,7 @@ enum {
DO_FULL_ANIMATION = 8,
DO_TRANS_BUILDINGS = 0x10,
DO_FULL_DETAIL = 0x20,
- DO_CHECKPOINTS = 0x40,
+ DO_WAYPOINTS = 0x40,
};
/* Landscape types */