From baf11cf401bd58646b1ade9fc3ac1353a7c1e925 Mon Sep 17 00:00:00 2001 From: yexo Date: Tue, 8 Nov 2011 15:44:53 +0000 Subject: (svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting --- src/ai/ai_instance.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/ai_instance.cpp') diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp index 13180b53f..1cae588f7 100644 --- a/src/ai/ai_instance.cpp +++ b/src/ai/ai_instance.cpp @@ -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); -- cgit v1.2.3-54-g00ecf