diff -r 75f4fded70ae -r 4c44aa6a8f43 src/ai/ai_squirrel.cpp --- a/src/ai/ai_squirrel.cpp Sat Feb 23 14:44:07 2008 +0000 +++ b/src/ai/ai_squirrel.cpp Sat Feb 23 14:49:31 2008 +0000 @@ -28,6 +28,7 @@ #include "api/ai_base.hpp.sq" #include "api/ai_cargo.hpp.sq" #include "api/ai_company.hpp.sq" +#include "api/ai_controller.hpp.sq" #include "api/ai_engine.hpp.sq" #include "api/ai_enginelist.hpp.sq" #include "api/ai_enginelist_valuator.hpp.sq" @@ -219,6 +220,7 @@ SQAIBase_Register(this->engine); SQAICargo_Register(this->engine); SQAICompany_Register(this->engine); + SQAIController_Register(this->engine); SQAIEngine_Register(this->engine); SQAIEngineList_Register(this->engine); SQAIEngineListCapacity_Register(this->engine); @@ -265,8 +267,6 @@ SQAITileListDistanceManhattanToTile_Register(this->engine); SQAITileListDistanceSquareToTile_Register(this->engine); SQAITileListHeight_Register(this->engine); - SQAITileListIndustryAccepting_Register(this->engine); - SQAITileListIndustryProducing_Register(this->engine); SQAITileListNeighbourRoadCount_Register(this->engine); SQAITileListRoadTile_Register(this->engine); SQAITileListSlope_Register(this->engine);