diff options
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ typedef enum TransportTypes { * bridges. For now, you should just not change the values for road * and rail. */ - TRANSPORT_RAIL = 0, + TRANSPORT_RAIL = 0, TRANSPORT_ROAD = 1, TRANSPORT_WATER, // = 2 TRANSPORT_END, |