(svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason()

This commit is contained in:
frosch
2009-02-05 17:28:37 +00:00
parent 801ff9c9ca
commit f6fa77d5f9
6 changed files with 37 additions and 5 deletions

View File

@@ -221,6 +221,7 @@ void AIInstance::RegisterAPI()
SQAITunnel_Register(this->engine);
SQAIVehicle_Register(this->engine);
SQAIVehicleList_Register(this->engine);
SQAIVehicleList_SharedOrders_Register(this->engine);
SQAIVehicleList_Station_Register(this->engine);
this->engine->SetGlobalPointer(this->engine);