This should be the last of the malfunctioning AI scripts, thanks to click for the list

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-08-14 10:28:45 +02:00
parent 362a1eed51
commit 075a4525d7
14 changed files with 27 additions and 27 deletions

View File

@@ -106,7 +106,7 @@ public:
}
}
CreatureAI* GetAI(Creature* pCreature)
CreatureAI* GetAI(Creature* pCreature) const
{
return new custom_exampleAI (pCreature);
}