summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.h b/openttd.h
index f2ae7684e..8fb3d9f4c 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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,