diff options
author | zuu <zuu@openttd.org> | 2013-06-12 19:31:33 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-12 19:31:33 +0000 |
commit | 80d35ca2841fa886698ccf18ad292efb77b3e414 (patch) | |
tree | 9200376c3b7954a1fca764bb0e1444e4ae8f4a1f /src/script | |
parent | b7a9a434fb67ad5d6520f397fc3958b590b374d8 (diff) | |
download | openttd-80d35ca2841fa886698ccf18ad292efb77b3e414.tar.xz |
(svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/game_changelog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 7d460b87e..d42f0b5c3 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -25,6 +25,7 @@ * \li GSGoal::SetProgress * \li GSGoal::SetText * \li GSStation::HasRating + * \li GSStoryPage * \li GSTile::GetTerrainType * * Other changes: |