diff -r 6082e2e7e7f5 -r f0dbf5850145 src/ai/api/ai_townlist_valuator.hpp.sq --- a/src/ai/api/ai_townlist_valuator.hpp.sq Wed May 02 11:46:05 2007 +0000 +++ b/src/ai/api/ai_townlist_valuator.hpp.sq Wed May 02 12:47:16 2007 +0000 @@ -11,7 +11,7 @@ void SQAITownListGetPopulationRegister(Squirrel *engine) { DefSQClass SQAITownListGetPopulation("AITownListGetPopulation"); SQAITownListGetPopulation.PreRegister(engine); - SQAITownListGetPopulation.AddConstructor(engine); + SQAITownListGetPopulation.AddConstructor(engine); SQAITownListGetPopulation.DefSQStaticMethod(engine, &AITownListGetPopulation::GetClassName, "GetClassName", 1, "x"); @@ -29,7 +29,7 @@ void SQAITownListGetLocationRegister(Squirrel *engine) { DefSQClass SQAITownListGetLocation("AITownListGetLocation"); SQAITownListGetLocation.PreRegister(engine); - SQAITownListGetLocation.AddConstructor(engine); + SQAITownListGetLocation.AddConstructor(engine); SQAITownListGetLocation.DefSQStaticMethod(engine, &AITownListGetLocation::GetClassName, "GetClassName", 1, "x");