diff -r 053e53a1650e -r 38560cd27070 src/ai/api/ai_stationlist.hpp.sq --- a/src/ai/api/ai_stationlist.hpp.sq Tue Feb 26 16:03:39 2008 +0000 +++ b/src/ai/api/ai_stationlist.hpp.sq Tue Feb 26 18:32:35 2008 +0000 @@ -12,7 +12,7 @@ void SQAIStationList_Register(Squirrel *engine) { DefSQClass SQAIStationList("AIStationList"); SQAIStationList.PreRegister(engine, "AIAbstractList"); - SQAIStationList.AddConstructor(engine, "xi"); + SQAIStationList.AddConstructor(engine, "xi"); SQAIStationList.DefSQStaticMethod(engine, &AIStationList::GetClassName, "GetClassName", 1, "x");