summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event.hpp
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/api/ai_event.hpp
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/api/ai_event.hpp')
-rw-r--r--src/ai/api/ai_event.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_event.hpp b/src/ai/api/ai_event.hpp
index a1304ec33..2c053d33d 100644
--- a/src/ai/api/ai_event.hpp
+++ b/src/ai/api/ai_event.hpp
@@ -39,6 +39,8 @@ public:
AI_ET_INDUSTRY_CLOSE,
AI_ET_ENGINE_AVAILABLE,
AI_ET_STATION_FIRST_VEHICLE,
+ AI_ET_DISASTER_ZEPPELINER_CRASHED,
+ AI_ET_DISASTER_ZEPPELINER_CLEARED,
};
/**