(svn r23129) -Add: [NewGRF] Property for the rail type name.

This commit is contained in:
michi_cc
2011-11-07 19:35:02 +00:00
parent 14bef49086
commit 23bf62c77a
55 changed files with 45 additions and 1190 deletions

View File

@@ -49,6 +49,7 @@ static const RailtypeInfo _original_railtypes[] = {
/* strings */
{
STR_RAIL_NAME_RAILROAD,
STR_RAIL_TOOLBAR_RAILROAD_CONSTRUCTION_CAPTION,
STR_RAIL_MENU_RAILROAD_CONSTRUCTION,
STR_BUY_VEHICLE_TRAIN_RAIL_CAPTION,
@@ -142,6 +143,7 @@ static const RailtypeInfo _original_railtypes[] = {
/* strings */
{
STR_RAIL_NAME_ELRAIL,
STR_RAIL_TOOLBAR_ELRAIL_CONSTRUCTION_CAPTION,
STR_RAIL_MENU_ELRAIL_CONSTRUCTION,
STR_BUY_VEHICLE_TRAIN_ELRAIL_CAPTION,
@@ -231,6 +233,7 @@ static const RailtypeInfo _original_railtypes[] = {
/* strings */
{
STR_RAIL_NAME_MONORAIL,
STR_RAIL_TOOLBAR_MONORAIL_CONSTRUCTION_CAPTION,
STR_RAIL_MENU_MONORAIL_CONSTRUCTION,
STR_BUY_VEHICLE_TRAIN_MONORAIL_CAPTION,
@@ -320,6 +323,7 @@ static const RailtypeInfo _original_railtypes[] = {
/* strings */
{
STR_RAIL_NAME_MAGLEV,
STR_RAIL_TOOLBAR_MAGLEV_CONSTRUCTION_CAPTION,
STR_RAIL_MENU_MAGLEV_CONSTRUCTION,
STR_BUY_VEHICLE_TRAIN_MAGLEV_CAPTION,