src/ai/ai_squirrel.cpp
branchnoai
changeset 9776 ee9923d46fba
parent 9771 769496a7b02e
child 9779 5713a8978df7
--- a/src/ai/ai_squirrel.cpp	Tue Feb 26 15:14:45 2008 +0000
+++ b/src/ai/ai_squirrel.cpp	Tue Feb 26 16:02:37 2008 +0000
@@ -235,6 +235,8 @@
 	SQAIExecMode_Register(this->engine);
 	SQAIIndustry_Register(this->engine);
 	SQAIIndustryList_Register(this->engine);
+	SQAIIndustryList_CargoAccepting_Register(this->engine);
+	SQAIIndustryList_CargoProducing_Register(this->engine);
 	SQAIIndustryList_vCargoAccepted_Register(this->engine);
 	SQAIIndustryList_vDistanceManhattanToTile_Register(this->engine);
 	SQAIIndustryList_vDistanceSquareToTile_Register(this->engine);