(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
This commit is contained in:
@@ -606,7 +606,7 @@ CommandCost DoConvertStreetRail(TileIndex tile, RailType totype, bool exec)
|
||||
VehicleFromPos(tile, &tile, UpdateTrainPowerProc);
|
||||
}
|
||||
|
||||
return CommandCost(RailBuildCost(totype) / 2);
|
||||
return CommandCost(RailConvertCost(GetRailType(tile), totype));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user