summaryrefslogtreecommitdiff
path: root/src/table/railtypes.h
diff options
context:
space:
mode:
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 c17e5a13c..9eea21ae7 100644
--- a/src/table/railtypes.h
+++ b/src/table/railtypes.h
@@ -81,6 +81,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* cost multiplier */
8,
+ /* accelration type */
+ 0,
+
/* rail type label */
'RAIL',
},
@@ -153,6 +156,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* cost multiplier */
12,
+ /* acceleration type */
+ 0,
+
/* rail type label */
'ELRL',
},
@@ -221,6 +227,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* cost multiplier */
16,
+ /* acceleration type */
+ 1,
+
/* rail type label */
'MONO',
},
@@ -289,6 +298,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* cost multiplier */
24,
+ /* acceleration type */
+ 2,
+
/* rail type label */
'MGLV',
},