mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
* \li AICargo::CC_NON_POTABLE
|
||||
* \li AIVehicleList_Waypoint
|
||||
* \li AIError::ERR_BRIDGE_TOO_LOW
|
||||
* \li AIRail::GetAllRailTypes
|
||||
* \li AIEngine::GetAllRailTypes
|
||||
*
|
||||
* Other changes:
|
||||
* \li AIBridge::GetBridgeID renamed to AIBridge::GetBridgeType
|
||||
@@ -37,7 +37,7 @@
|
||||
* \li AIList instances can now be saved
|
||||
* \li AIVehicleList_Station accepts an optional AIVehicle::VehicleType parameter
|
||||
* \li AIList instances can now be cloned
|
||||
* \li AIRail::GetRailType will only return the first RailType of an engine, use AIRail::GetAllRailTypes instead
|
||||
* \li AIEngine::GetRailType will only return the first RailType of an engine, use AIEngine::GetAllRailTypes instead
|
||||
*
|
||||
* \b 14.0
|
||||
*
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
* \li GSVehicleList_Waypoint
|
||||
* \li GSBaseStation::GetOwner
|
||||
* \li GSError::ERR_BRIDGE_TOO_LOW
|
||||
* \li GSRail::GetAllRailTypes
|
||||
* \li GSEngine::GetAllRailTypes
|
||||
*
|
||||
* Other changes:
|
||||
* \li GSBridge::GetBridgeID renamed to GSBridge::GetBridgeType
|
||||
@@ -38,7 +38,7 @@
|
||||
* \li GSList instances can now be saved
|
||||
* \li GSVehicleList_Station accepts an optional GSVehicle::VehicleType parameter
|
||||
* \li GSList instances can now be cloned
|
||||
* \li GSRail::GetRailType will only return the first RailType of an engine, use GSRail::GetAllRailTypes instead
|
||||
* \li GSEngine::GetRailType will only return the first RailType of an engine, use GSEngine::GetAllRailTypes instead
|
||||
*
|
||||
* \b 14.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user