From 49abc30089bb902c10fc64d4e734b75cfbc5c426 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 21 Aug 2009 12:31:52 -0500 Subject: *Display max veh number and capture point banner in wintergrasp. --HG-- branch : trunk --- src/game/OutdoorPvPEP.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/game/OutdoorPvPEP.cpp') diff --git a/src/game/OutdoorPvPEP.cpp b/src/game/OutdoorPvPEP.cpp index d131256bcd8..c108c733f04 100644 --- a/src/game/OutdoorPvPEP.cpp +++ b/src/game/OutdoorPvPEP.cpp @@ -88,7 +88,7 @@ void OPvPCapturePointEP_EWT::ChangeState() break; } - GameObject* flag = HashMapHolder::Find(m_CapturePointGUID); + GameObject* flag = HashMapHolder::Find(m_capturePointGUID); GameObject* flag2 = HashMapHolder::Find(m_Objects[EP_EWT_FLAGS]); if(flag) { @@ -244,7 +244,7 @@ void OPvPCapturePointEP_NPT::ChangeState() break; } - GameObject* flag = HashMapHolder::Find(m_CapturePointGUID); + GameObject* flag = HashMapHolder::Find(m_capturePointGUID); GameObject* flag2 = HashMapHolder::Find(m_Objects[EP_NPT_FLAGS]); if(flag) { @@ -391,7 +391,7 @@ void OPvPCapturePointEP_CGT::ChangeState() break; } - GameObject* flag = HashMapHolder::Find(m_CapturePointGUID); + GameObject* flag = HashMapHolder::Find(m_capturePointGUID); GameObject* flag2 = HashMapHolder::Find(m_Objects[EP_CGT_FLAGS]); if(flag) { @@ -537,7 +537,7 @@ void OPvPCapturePointEP_PWT::ChangeState() break; } - GameObject* flag = HashMapHolder::Find(m_CapturePointGUID); + GameObject* flag = HashMapHolder::Find(m_capturePointGUID); GameObject* flag2 = HashMapHolder::Find(m_Objects[EP_PWT_FLAGS]); if(flag) { -- cgit v1.2.3