summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-05 17:38:47 +0000
committerfrosch <frosch@openttd.org>2009-02-05 17:38:47 +0000
commitcb049e4e5816446f7d23fcee43764cb3994780d5 (patch)
tree1a013cfc1d70f310a734feab5c052ba4c88d45ea /src/ai/ai_instance.cpp
parent7f198507f724a20bc2c1257ad385a1fa4983a08e (diff)
downloadopenttd-cb049e4e5816446f7d23fcee43764cb3994780d5.tar.xz
(svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisasterZeppelinerCrashed and AIEventDisasterZeppelinerCleared as aliens accepted NoAIs as competing life-form.
Diffstat (limited to 'src/ai/ai_instance.cpp')
-rw-r--r--src/ai/ai_instance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp
index 3e5f6f21f..834ad40f3 100644
--- a/src/ai/ai_instance.cpp
+++ b/src/ai/ai_instance.cpp
@@ -173,6 +173,8 @@ void AIInstance::RegisterAPI()
SQAIEventCompanyMerger_Register(this->engine);
SQAIEventCompanyNew_Register(this->engine);
SQAIEventController_Register(this->engine);
+ SQAIEventDisasterZeppelinerCleared_Register(this->engine);
+ SQAIEventDisasterZeppelinerCrashed_Register(this->engine);
SQAIEventEngineAvailable_Register(this->engine);
SQAIEventEnginePreview_Register(this->engine);
SQAIEventIndustryClose_Register(this->engine);