--- 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 <AITileListCargoAcceptance> SQAITileListCargoAcceptance("AITileListCargoAcceptance");
SQAITileListCargoAcceptance.PreRegister(engine);
- SQAITileListCargoAcceptance.AddConstructor<void (AITileListCargoAcceptance::*)(CargoID cargo_type), 2>(engine, "xi");
+ SQAITileListCargoAcceptance.AddConstructor<void (AITileListCargoAcceptance::*)(CargoID cargo_type, uint width, uint height, uint radius), 5>(engine, "xiiii");
SQAITileListCargoAcceptance.DefSQStaticMethod(engine, &AITileListCargoAcceptance::GetClassName, "GetClassName", 1, "x");