summaryrefslogtreecommitdiff
path: root/src/table/railtypes.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2010-01-31 13:17:29 +0000
committerpeter1138 <peter1138@openttd.org>2010-01-31 13:17:29 +0000
commit2b820780a163bf19768dc2f9254271714f25cb20 (patch)
tree18520890b9041406dda45522a8d654e1dd9baadf /src/table/railtypes.h
parent2331ccd589cdef298659bf2ab4f29a833601bd9d (diff)
downloadopenttd-2b820780a163bf19768dc2f9254271714f25cb20.tar.xz
(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
Diffstat (limited to 'src/table/railtypes.h')
-rw-r--r--src/table/railtypes.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/table/railtypes.h b/src/table/railtypes.h
index 8d4199a97..a01200a05 100644
--- a/src/table/railtypes.h
+++ b/src/table/railtypes.h
@@ -84,6 +84,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
0,
+ /* max speed */
+ 0,
+
/* rail type label */
'RAIL',
},
@@ -159,6 +162,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
0,
+ /* max speed */
+ 0,
+
/* rail type label */
'ELRL',
},
@@ -230,6 +236,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
1,
+ /* max speed */
+ 0,
+
/* rail type label */
'MONO',
},
@@ -301,6 +310,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
2,
+ /* max speed */
+ 0,
+
/* rail type label */
'MGLV',
},