1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

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

This commit is contained in:
yexo
2009-02-20 10:03:16 +00:00
parent c5677da94d
commit 07a37af14c

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);
}