aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedGuardAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ScriptedGuardAI.h')
-rw-r--r--src/game/ScriptedGuardAI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedGuardAI.h b/src/game/ScriptedGuardAI.h
index 3bb43871a42..d28f612625e 100644
--- a/src/game/ScriptedGuardAI.h
+++ b/src/game/ScriptedGuardAI.h
@@ -18,7 +18,7 @@ struct guardAI : public ScriptedAI
void Reset();
- void EnterCombat(Unit *who);
+ void EnterCombat(Unit * /*who*/);
void JustDied(Unit *Killer);