(svn r18972) -Add: [NewGRF] Per-rail type speed limits.

This commit is contained in:
peter1138
2010-01-31 13:17:29 +00:00
parent f990c1ecba
commit 8ef348311d
5 changed files with 28 additions and 3 deletions

View File

@@ -84,6 +84,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
0,
/* max speed */
0,
/* rail type label */
'RAIL',
},
@@ -159,6 +162,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
0,
/* max speed */
0,
/* rail type label */
'ELRL',
},
@@ -230,6 +236,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
1,
/* max speed */
0,
/* rail type label */
'MONO',
},
@@ -301,6 +310,9 @@ static const RailtypeInfo _original_railtypes[] = {
/* acceleration type */
2,
/* max speed */
0,
/* rail type label */
'MGLV',
},