summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-05 17:48:08 +0000
committerfrosch <frosch@openttd.org>2009-02-05 17:48:08 +0000
commit324e92f879980085c773b192ff71e07bd99fd4b0 (patch)
tree23188597be4251815842d4f5b8b075c2aef74958 /src/ai/api/ai_event_types.hpp
parentcb049e4e5816446f7d23fcee43764cb3994780d5 (diff)
downloadopenttd-324e92f879980085c773b192ff71e07bd99fd4b0.tar.xz
(svn r15360) -Fix: Flooding vehicles did not trigger an AI event.
Diffstat (limited to 'src/ai/api/ai_event_types.hpp')
-rw-r--r--src/ai/api/ai_event_types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_event_types.hpp b/src/ai/api/ai_event_types.hpp
index c828410ad..18cae119f 100644
--- a/src/ai/api/ai_event_types.hpp
+++ b/src/ai/api/ai_event_types.hpp
@@ -32,6 +32,7 @@ public:
CRASH_RV_UFO, ///< Road vehicle got under a landing ufo
CRASH_PLANE_LANDING, ///< Plane crashed on landing
CRASH_AIRCRAFT_NO_AIRPORT, ///< Aircraft crashed after it found not a single airport for landing
+ CRASH_FLOODED, ///< Vehicle was flooded
};
/**