summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-09 09:46:08 +0000
committerrubidium <rubidium@openttd.org>2009-09-09 09:46:08 +0000
commitf3f6eaa6dc715531cbf92ff84e175e5add3a4688 (patch)
tree0d189d038d80dc1e1467c6d85d86482dcd2d10fb /src/ai/ai_instance.cpp
parentf1cc044a4021362f1826378b129ecef1210a6a0d (diff)
downloadopenttd-f3f6eaa6dc715531cbf92ff84e175e5add3a4688.tar.xz
(svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot
Diffstat (limited to 'src/ai/ai_instance.cpp')
-rw-r--r--src/ai/ai_instance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp
index 6d29aec95..9e4b56ddc 100644
--- a/src/ai/ai_instance.cpp
+++ b/src/ai/ai_instance.cpp
@@ -244,6 +244,7 @@ void AIInstance::RegisterAPI()
SQAIVehicle_Register(this->engine);
SQAIVehicleList_Register(this->engine);
SQAIVehicleList_DefaultGroup_Register(this->engine);
+ SQAIVehicleList_Depot_Register(this->engine);
SQAIVehicleList_Group_Register(this->engine);
SQAIVehicleList_SharedOrders_Register(this->engine);
SQAIVehicleList_Station_Register(this->engine);