mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-31 00:06:45 +01:00
(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squirrel.
This commit is contained in:
parent
c5677da94d
commit
07a37af14c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user