summaryrefslogtreecommitdiff
path: root/src/script/api/script_event.hpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2019-09-01 18:27:18 +0200
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-10-22 11:55:40 +0200
commit12e43c697d2ea4a0a9736ab2517a1921e6e690b8 (patch)
tree12cb2c77a7db7d0aa198ec7a522fafab9b30a2be /src/script/api/script_event.hpp
parentcbefc1d99491def454fe25d1700c6d41925c81d6 (diff)
downloadopenttd-12e43c697d2ea4a0a9736ab2517a1921e6e690b8.tar.xz
Add: [Script] ScriptEventVehicleAutoReplaced.
Diffstat (limited to 'src/script/api/script_event.hpp')
-rw-r--r--src/script/api/script_event.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_event.hpp b/src/script/api/script_event.hpp
index b2dddebd6..a9e17df7e 100644
--- a/src/script/api/script_event.hpp
+++ b/src/script/api/script_event.hpp
@@ -55,6 +55,7 @@ public:
ET_GOAL_QUESTION_ANSWER,
ET_EXCLUSIVE_TRANSPORT_RIGHTS,
ET_ROAD_RECONSTRUCTION,
+ ET_VEHICLE_AUTOREPLACED,
};
/**