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.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/table/railtypes.h b/src/table/railtypes.h
index 7e59ab70b..c4decab18 100644
--- a/src/table/railtypes.h
+++ b/src/table/railtypes.h
@@ -95,6 +95,12 @@ static const RailtypeInfo _original_railtypes[] = {
/* map colour */
0x0A,
+ /* introduction date */
+ INVALID_DATE,
+
+ /* railtypes required for this to be introduced */
+ RAILTYPES_NONE,
+
/* introduction rail types */
RAILTYPES_RAIL,
@@ -181,6 +187,12 @@ static const RailtypeInfo _original_railtypes[] = {
/* map colour */
0x0A,
+ /* introduction date */
+ INVALID_DATE,
+
+ /* railtypes required for this to be introduced */
+ RAILTYPES_NONE,
+
/* introduction rail types */
RAILTYPES_ELECTRIC,
@@ -263,6 +275,12 @@ static const RailtypeInfo _original_railtypes[] = {
/* map colour */
0x0A,
+ /* introduction date */
+ INVALID_DATE,
+
+ /* railtypes required for this to be introduced */
+ RAILTYPES_NONE,
+
/* introduction rail types */
RAILTYPES_MONO,
@@ -345,6 +363,12 @@ static const RailtypeInfo _original_railtypes[] = {
/* map colour */
0x0A,
+ /* introduction date */
+ INVALID_DATE,
+
+ /* railtypes required for this to be introduced */
+ RAILTYPES_NONE,
+
/* introduction rail types */
RAILTYPES_MAGLEV,