--- 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);