src/ai/ai_squirrel.cpp
branchnoai
changeset 9710 ba44f8c1fd52
parent 9700 e442ce398e83
child 9711 c8b427215c9d
--- a/src/ai/ai_squirrel.cpp	Wed Oct 17 23:45:22 2007 +0000
+++ b/src/ai/ai_squirrel.cpp	Fri Oct 19 09:36:27 2007 +0000
@@ -222,6 +222,7 @@
 	SQAIEventTestRegister(this->engine);
 	SQAIEventVehicleCrashRegister(this->engine);
 	SQAIExecModeRegister(this->engine);
+	SQAIIndustryListCargoAcceptedRegister(this->engine);
 	SQAIIndustryListDistanceManhattanToTileRegister(this->engine);
 	SQAIIndustryListDistanceSquareToTileRegister(this->engine);
 	SQAIIndustryListLocationRegister(this->engine);