From a55a5bff24d60de86a63fe1074c1fca314bf660c Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 20 Jan 2015 19:11:31 +0000 Subject: (svn r27123) -Fix [FS#5371] [FS#6214]: API docs (krinn) --- src/script/api/script_engine.hpp | 1 - src/script/api/script_station.hpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/script/api/script_engine.hpp b/src/script/api/script_engine.hpp index 5f703e159..173377742 100644 --- a/src/script/api/script_engine.hpp +++ b/src/script/api/script_engine.hpp @@ -108,7 +108,6 @@ public: * Get the maximum speed of an engine. * @param engine_id The engine to get the maximum speed of. * @pre IsValidEngine(engine_id). - * @pre GetVehicleType(engine_id) != ScriptVehicle::VT_TRAIN || !IsWagon(engine_id). * @return The maximum speed the engine has. * @note The speed is in OpenTTD's internal speed unit. * This is mph / 1.6, which is roughly km/h. diff --git a/src/script/api/script_station.hpp b/src/script/api/script_station.hpp index 60ee1f02e..8561cd9bd 100644 --- a/src/script/api/script_station.hpp +++ b/src/script/api/script_station.hpp @@ -291,7 +291,7 @@ public: * @param station_id The airport to modify. * @pre IsValidStation(station_id). * @pre HasStationType(station_id, STATION_AIRPORT). - * @return True if the state could be toggled. + * @return True if the state was toggled successfully. */ static bool OpenCloseAirport(StationID station_id); -- cgit v1.2.3-54-g00ecf