From 1ed599f5cf6a0dec14d91d5442a08560e254d35c Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 4 Jan 2010 19:42:29 +0000 Subject: (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). -Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys. -Remove: [NoAI] AIBuoyList. --- src/ai/api/ai_waypointlist.hpp.sq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/api/ai_waypointlist.hpp.sq') diff --git a/src/ai/api/ai_waypointlist.hpp.sq b/src/ai/api/ai_waypointlist.hpp.sq index c2f70c3ef..831f56041 100644 --- a/src/ai/api/ai_waypointlist.hpp.sq +++ b/src/ai/api/ai_waypointlist.hpp.sq @@ -24,7 +24,7 @@ void SQAIWaypointList_Register(Squirrel *engine) { DefSQClass SQAIWaypointList("AIWaypointList"); SQAIWaypointList.PreRegister(engine, "AIAbstractList"); - SQAIWaypointList.AddConstructor(engine, "x"); + SQAIWaypointList.AddConstructor(engine, "xi"); SQAIWaypointList.PostRegister(engine); } -- cgit v1.2.3-54-g00ecf