diff -r f2c6e332d8bc -r e7675771bca4 src/ai/api/ai_tilelist_valuator.hpp.sq --- a/src/ai/api/ai_tilelist_valuator.hpp.sq Sat Jul 14 21:15:49 2007 +0000 +++ b/src/ai/api/ai_tilelist_valuator.hpp.sq Sat Jul 14 22:06:38 2007 +0000 @@ -101,7 +101,7 @@ void SQAITileListCargoAcceptanceRegister(Squirrel *engine) { DefSQClass SQAITileListCargoAcceptance("AITileListCargoAcceptance"); SQAITileListCargoAcceptance.PreRegister(engine); - SQAITileListCargoAcceptance.AddConstructor(engine, "xi"); + SQAITileListCargoAcceptance.AddConstructor(engine, "xiiii"); SQAITileListCargoAcceptance.DefSQStaticMethod(engine, &AITileListCargoAcceptance::GetClassName, "GetClassName", 1, "x");