(svn r23129) -Add: [NewGRF] Property for the rail type name.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user