aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundIC.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-19 09:26:37 +0200
committerSpp <none@none>2010-04-19 09:26:37 +0200
commit74dd02d024007c3a09219177fabfe9010b1bce63 (patch)
tree041286f1a0a20c9714199b03c60808d3b7291e48 /src/game/BattleGroundIC.cpp
parentfdd8d2f3cc7108043f6bad036b994770f904866f (diff)
Remove LOTS of compile warnings
--HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGroundIC.cpp')
-rw-r--r--src/game/BattleGroundIC.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/BattleGroundIC.cpp b/src/game/BattleGroundIC.cpp
index 5d503460670..3d8cd76e459 100644
--- a/src/game/BattleGroundIC.cpp
+++ b/src/game/BattleGroundIC.cpp
@@ -102,7 +102,7 @@ void BattleGroundIC::SpawnLeader(uint32 teamid)
AddCreature(34922, 1, HORDE, 1264.42f, -766.80f, 48.91f, 3.28f, 10*MINUTE);
}
-void BattleGroundIC::HandleKillUnit(Creature *unit, Player *killer)
+void BattleGroundIC::HandleKillUnit(Creature *unit, Player * /*killer*/)
{
if (GetStatus() != STATUS_IN_PROGRESS)
return;
@@ -124,7 +124,8 @@ void BattleGroundIC::EndBattleGround(uint32 winner)
{
BattleGround::EndBattleGround(winner);
}
-void BattleGroundIC::EventPlayerClickedOnFlag(Player *source, GameObject* /*target_obj*/)
+
+void BattleGroundIC::EventPlayerClickedOnFlag(Player * /*source*/, GameObject* /*target_obj*/)
{
if (GetStatus() != STATUS_IN_PROGRESS)
return;