summaryrefslogtreecommitdiff
path: root/src/table/railtypes.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2010-02-07 22:22:54 +0000
committerpeter1138 <peter1138@openttd.org>2010-02-07 22:22:54 +0000
commit898e879bd90e34505cd7083acecf341fd798d02c (patch)
treef9c016c9dcb7d2e78726296e15aceb6adf4a0e2c /src/table/railtypes.h
parent01474412fc95b69ea6595a94eeb8baa0db575e16 (diff)
downloadopenttd-898e879bd90e34505cd7083acecf341fd798d02c.tar.xz
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)
Diffstat (limited to 'src/table/railtypes.h')
-rw-r--r--src/table/railtypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/table/railtypes.h b/src/table/railtypes.h
index a01200a05..75d69ee69 100644
--- a/src/table/railtypes.h
+++ b/src/table/railtypes.h
@@ -89,6 +89,8 @@ static const RailtypeInfo _original_railtypes[] = {
/* rail type label */
'RAIL',
+
+ { NULL },
},
/** Electrified railway */
@@ -167,6 +169,8 @@ static const RailtypeInfo _original_railtypes[] = {
/* rail type label */
'ELRL',
+
+ { NULL },
},
/** Monorail */
@@ -241,6 +245,8 @@ static const RailtypeInfo _original_railtypes[] = {
/* rail type label */
'MONO',
+
+ { NULL },
},
/** Maglev */
@@ -315,6 +321,8 @@ static const RailtypeInfo _original_railtypes[] = {
/* rail type label */
'MGLV',
+
+ { NULL },
},
};