diff -r f0dbf5850145 -r 5cebcd43a1ec src/ai/api/ai_map.hpp.sq --- a/src/ai/api/ai_map.hpp.sq Wed May 02 12:47:16 2007 +0000 +++ b/src/ai/api/ai_map.hpp.sq Wed May 02 12:56:01 2007 +0000 @@ -11,7 +11,7 @@ void SQAIMapRegister(Squirrel *engine) { DefSQClass SQAIMap("AIMap"); SQAIMap.PreRegister(engine); - SQAIMap.AddConstructor(engine); + SQAIMap.AddConstructor(engine, 1, "x"); SQAIMap.DefSQStaticMethod(engine, &AIMap::GetClassName, "GetClassName", 1, "x");