src/ai/ai_squirrel.cpp
branchnoai
changeset 9647 c17046b1b8a2
parent 9645 25126afa0c25
child 9648 760b7b504e37
equal deleted inserted replaced
9646:1e63b7128e05 9647:c17046b1b8a2
   217 	SQAISignRegister(this->engine);
   217 	SQAISignRegister(this->engine);
   218 	SQAIStationListCargoWaitingRegister(this->engine);
   218 	SQAIStationListCargoWaitingRegister(this->engine);
   219 	SQAIStationListLocationRegister(this->engine);
   219 	SQAIStationListLocationRegister(this->engine);
   220 	SQAIStationListRegister(this->engine);
   220 	SQAIStationListRegister(this->engine);
   221 	SQAIStationRegister(this->engine);
   221 	SQAIStationRegister(this->engine);
       
   222 	SQAIStationVehicleListRegister(this->engine);
   222 	SQAITestModeRegister(this->engine);
   223 	SQAITestModeRegister(this->engine);
   223 	SQAITileListBuildableRegister(this->engine);
   224 	SQAITileListBuildableRegister(this->engine);
   224 	SQAITileListCargoAcceptanceRegister(this->engine);
   225 	SQAITileListCargoAcceptanceRegister(this->engine);
   225 	SQAITileListNeighbourRoadCountRegister(this->engine);
   226 	SQAITileListNeighbourRoadCountRegister(this->engine);
   226 	SQAITileListRegister(this->engine);
   227 	SQAITileListRegister(this->engine);