ttd.h
changeset 395 4c990f33dab7
parent 265 33d53ecc8ad4
child 473 0da86c59e3ae
--- a/ttd.h	Sun Nov 14 12:37:23 2004 +0000
+++ b/ttd.h	Sun Nov 14 13:07:07 2004 +0000
@@ -47,7 +47,7 @@
 // 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 @@
 	DO_FULL_ANIMATION = 8,
 	DO_TRANS_BUILDINGS = 0x10,
 	DO_FULL_DETAIL = 0x20,
-	DO_CHECKPOINTS = 0x40,
+	DO_WAYPOINTS = 0x40,
 };
 
 /* Landscape types */