1
0
Fork 0

(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squirrel.

release/0.7
yexo 2009-02-20 10:03:16 +00:00
parent c5677da94d
commit 07a37af14c
1 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,9 @@ void AIInstance::RegisterAPI()
SQAIVehicleList_Register(this->engine);
SQAIVehicleList_SharedOrders_Register(this->engine);
SQAIVehicleList_Station_Register(this->engine);
SQAIWaypoint_Register(this->engine);
SQAIWaypointList_Register(this->engine);
SQAIWaypointList_Vehicle_Register(this->engine);
this->engine->SetGlobalPointer(this->engine);
}