From cb0cb962831a2b0c62b0a67b750569ca3049327e Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 29 Apr 2010 23:12:16 +0200 Subject: Warning Fixes Code Style cleanup Fix linux compile --HG-- branch : trunk --- src/game/CombatAI.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/CombatAI.cpp') diff --git a/src/game/CombatAI.cpp b/src/game/CombatAI.cpp index e9babeba414..56d1e6d6a3d 100644 --- a/src/game/CombatAI.cpp +++ b/src/game/CombatAI.cpp @@ -20,6 +20,7 @@ #include "CombatAI.h" #include "SpellMgr.h" +#include "Vehicle.h" int AggressorAI::Permissible(const Creature *creature) { @@ -292,13 +293,13 @@ void AOEAI::UpdateAI(const uint32 /*diff*/) ////////////// //NOTE: VehicleAI::UpdateAI runs even while the vehicle is mounted -void VehicleAI::UpdateAI(const uint32 diff) +void VehicleAI::UpdateAI(const uint32 /*diff*/) { } void VehicleAI::Reset() { - m_vehicle->Reset(); + m_vehicle->Reset(); } void VehicleAI::OnCharmed(bool apply) -- cgit v1.2.3