diff options
author | zuu <zuu@openttd.org> | 2012-10-03 20:43:32 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2012-10-03 20:43:32 +0000 |
commit | aa3f776483d37d2988d60adb959f5646a0d04765 (patch) | |
tree | ab27c0bf8da74c76fa164e3e10e0f12825ff1b88 | |
parent | 82596493816291b2148e31c5e1ddd922fc1cb401 (diff) | |
download | openttd-aa3f776483d37d2988d60adb959f5646a0d04765.tar.xz |
(svn r24570) -Fix (r24542): Some documentation was missing
-rw-r--r-- | src/script/api/ai_changelog.hpp | 1 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index fda888c0c..9fe74ad3a 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -25,6 +25,7 @@ * \li AIIndustryType::IsProcessingIndustry * \li AIStation::IsAirportClosed * \li AIStation::OpenCloseAirport + * \li AIController::Break * * \b 1.2.2 * diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 8948822e4..83a030499 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -28,6 +28,7 @@ * \li GSIndustryType::IsProcessingIndustry * \li GSStation::IsAirportClosed * \li GSStation::OpenCloseAirport + * \li GSController::Break * * \b 1.2.2 * |