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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user