diff -r c132ce47f560 -r 33efcc5f1b09 src/ai/core/ai_controller.hpp --- a/src/ai/core/ai_controller.hpp Thu Mar 15 19:26:11 2007 +0000 +++ b/src/ai/core/ai_controller.hpp Thu Mar 15 19:33:07 2007 +0000 @@ -37,7 +37,7 @@ #endif /* AI_CONTROLLER_HPP */ #ifdef SQUIRREL_CLASS -void SQAIControllerRegister(SquirrelEngine *engine) { +void SQAIControllerRegister(Squirrel *engine) { DefSQClass SQAIController("AIController"); SQAIController.PreRegister(engine); SQAIController.DefSQFunction(engine, &AIControllerSquirrel::GetTick, "GetTick");