(svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges

This commit is contained in:
rubidium
2010-05-22 14:12:48 +00:00
parent 03cacb797a
commit 6328429aac
4 changed files with 26 additions and 4 deletions

View File

@@ -27,8 +27,9 @@
* \li HasNext for all lists.
*
* Other changes:
* \li AIRoad::BuildRoadStation now allows overbuilding
* \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding
* \li AIBridge::GetPrice now returns the price of the bridge without the cost for the rail or road.
* \li AIRoad::BuildRoadStation now allows overbuilding.
* \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding.
* \li AIEngine::GetPower can be used for road vehicles.
* \li AIEngine::GetWeight can be used for road vehicles.
* \li AIEngine::GetMaxTractiveEffort can be used for road vehicles.