(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)

This commit is contained in:
peter1138
2010-02-07 22:22:54 +00:00
parent 01474412fc
commit 898e879bd9
14 changed files with 608 additions and 55 deletions

View File

@@ -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 },
},
};