summaryrefslogtreecommitdiff
path: root/src/script/api/game_changelog.hpp
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-02-10 19:49:04 +0000
committerzuu <zuu@openttd.org>2013-02-10 19:49:04 +0000
commitb1016f66ba199966d7f1487a51113329b0ca786d (patch)
tree107b2d05cb04ef41ba55f2fecf9daac0ce5ac205 /src/script/api/game_changelog.hpp
parente27582d104c7bbcf987c5320edce94d84b6e59f7 (diff)
downloadopenttd-b1016f66ba199966d7f1487a51113329b0ca786d.tar.xz
(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.
Diffstat (limited to 'src/script/api/game_changelog.hpp')
-rw-r--r--src/script/api/game_changelog.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp
index bb61f5d62..c0721a985 100644
--- a/src/script/api/game_changelog.hpp
+++ b/src/script/api/game_changelog.hpp
@@ -31,6 +31,9 @@
* \li GSController::Break
* \li GSIndustryType::BuildIndustry, GSIndustryType::CanBuildIndustry, GSIndustryType::ProspectIndustry and GSIndustryType::CanProspectIndustry when outside GSCompanyMode scope
*
+ * Other changes:
+ * \li Company specific goals are now removed when a company goes bankrupt or is taken over.
+ *
* \b 1.2.3
*
* No changes