From 74dd02d024007c3a09219177fabfe9010b1bce63 Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 19 Apr 2010 09:26:37 +0200 Subject: Remove LOTS of compile warnings --HG-- branch : trunk --- src/game/BattleGroundAV.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/game/BattleGroundAV.cpp') diff --git a/src/game/BattleGroundAV.cpp b/src/game/BattleGroundAV.cpp index b5ff57ef29f..8c7277bdbd8 100644 --- a/src/game/BattleGroundAV.cpp +++ b/src/game/BattleGroundAV.cpp @@ -708,9 +708,7 @@ void BattleGroundAV::PopulateNode(BG_AV_Nodes node) } for (uint8 i=0; i<4; i++) - { - Creature* cr = AddAVCreature(creatureid,c_place+i); - } + AddAVCreature(creatureid,c_place+i); } void BattleGroundAV::DePopulateNode(BG_AV_Nodes node) { -- cgit v1.2.3