summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openttd.h b/openttd.h
index 6811ebf4e..c8776118e 100644
--- a/openttd.h
+++ b/openttd.h
@@ -106,7 +106,8 @@ typedef enum TransportTypes {
TRANSPORT_RAIL = 0,
TRANSPORT_ROAD = 1,
TRANSPORT_WATER, // = 2
- TRANSPORT_MAX // = 3
+ TRANSPORT_END,
+ INVALID_TRANSPORT = 0xff,
} TransportType;
typedef struct TileInfo {