Core/Script: Clean-Up in Scripts.

Creature* c -> Creature* creature

Signed-off-by: Gyx <2359980687@qq.com>
This commit is contained in:
Gyx
2012-03-14 09:20:36 +08:00
parent 1dde22394c
commit e8f414e143
216 changed files with 687 additions and 688 deletions

View File

@@ -90,7 +90,7 @@ class example_creature : public CreatureScript
{
// *** HANDLED FUNCTION ***
//This is the constructor, called only once when the Creature is first created
example_creatureAI(Creature* c) : ScriptedAI(c) {}
example_creatureAI(Creature* creature) : ScriptedAI(creature) {}
// *** CUSTOM VARIABLES ****
//These variables are for use only by this individual script.