Fix warning under GCC Linux (#616)

This commit is contained in:
sucofog
2017-09-10 19:57:43 +02:00
committed by Francesco Borzì
parent c714f0cbb1
commit 2aedf13593

View File

@@ -838,7 +838,7 @@ GameObject* Battlefield::SpawnGameObject(uint32 entry, float x, float y, float z
// ******************* CapturePoint **********************
// *******************************************************
BfCapturePoint::BfCapturePoint(Battlefield* battlefield) : m_Bf(battlefield), m_capturePoint(NULL)
BfCapturePoint::BfCapturePoint(Battlefield* battlefield) : m_Bf(battlefield), m_capturePoint(0)
{
m_team = TEAM_NEUTRAL;
m_value = 0;