From 898e879bd90e34505cd7083acecf341fd798d02c Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 7 Feb 2010 22:22:54 +0000 Subject: (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) --- src/table/railtypes.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/table/railtypes.h') 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 }, }, }; -- cgit v1.2.3-54-g00ecf