summaryrefslogtreecommitdiff
path: root/src/script/api/game_changelog.hpp
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2012-10-22 18:56:21 +0000
committerzuu <zuu@openttd.org>2012-10-22 18:56:21 +0000
commit082699482118e2a00f5c873d8820fad0e05a7ec2 (patch)
tree6774f47c9fb13d6721d17dce6f9b88e3e83001c1 /src/script/api/game_changelog.hpp
parent59847550dc7a0e58307e548c05894e795424fa37 (diff)
downloadopenttd-082699482118e2a00f5c873d8820fad0e05a7ec2.tar.xz
(svn r24623) -Feature: Allow GameScripts to construct and prospect industries without having a sponsor
Diffstat (limited to 'src/script/api/game_changelog.hpp')
-rw-r--r--src/script/api/game_changelog.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp
index 83a030499..eeb1f05f8 100644
--- a/src/script/api/game_changelog.hpp
+++ b/src/script/api/game_changelog.hpp
@@ -29,6 +29,7 @@
* \li GSStation::IsAirportClosed
* \li GSStation::OpenCloseAirport
* \li GSController::Break
+ * \li GSIndustryType::BuildIndustry, GSIndustryType::CanBuildIndustry, GSIndustryType::ProspectIndustry and GSIndustryType::CanProspectIndustry when outside GSCompanyMode scope
*
* \b 1.2.2
*