(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting

This commit is contained in:
yexo
2011-11-08 15:44:53 +00:00
parent b1d49f72dc
commit baf11cf401
5 changed files with 47 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ void AIInstance::RegisterAPI()
SQAICargoList_Register(this->engine);
SQAICargoList_IndustryAccepting_Register(this->engine);
SQAICargoList_IndustryProducing_Register(this->engine);
SQAICargoList_StationAccepting_Register(this->engine);
SQAICompany_Register(this->engine);
SQAIDate_Register(this->engine);
SQAIDepotList_Register(this->engine);