diff options
author | SamuXarick <43006711+SamuXarick@users.noreply.github.com> | 2021-09-14 21:06:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 22:06:55 +0200 |
commit | 37de87812994be72399a9588473ece1c514397c0 (patch) | |
tree | b450411376890b3ac8310dcca2f5b9bad3ca830f /src/script/api/ai_changelog.hpp | |
parent | c6035158ca9df31d12ba28acf2037ff7d5aeb248 (diff) | |
download | openttd-37de87812994be72399a9588473ece1c514397c0.tar.xz |
Feature: [AI/GS] Missing water related functions and objects (#8390)
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index e5699a7d4..f977168e4 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -21,6 +21,11 @@ * \li AINewGRF * \li AINewGRFList * \li AIGroup::GetNumVehicles + * \li AIMarine::BT_LOCK + * \li AIMarine::BT_CANAL + * \li AITile::IsSeaTile + * \li AITile::IsRiverTile + * \li AITile::BT_CLEAR_WATER * * \b 1.11.0 * |