mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squirrel.
This commit is contained in:
parent
e3ac127617
commit
d9caae1635
@ -227,6 +227,9 @@ void AIInstance::RegisterAPI()
|
|||||||
SQAIVehicleList_Register(this->engine);
|
SQAIVehicleList_Register(this->engine);
|
||||||
SQAIVehicleList_SharedOrders_Register(this->engine);
|
SQAIVehicleList_SharedOrders_Register(this->engine);
|
||||||
SQAIVehicleList_Station_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);
|
this->engine->SetGlobalPointer(this->engine);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user