Core: Fixed build warning

This commit is contained in:
Shauren
2012-02-29 18:45:31 +01:00
parent f5f987f171
commit 56536a6af5

View File

@@ -143,8 +143,9 @@ static uint32 copseReclaimDelay[MAX_DEATH_COUNT] = { 30, 60, 120 };
// == PlayerTaxi ================================================
PlayerTaxi::PlayerTaxi()
: m_taximask()
{ }
{
memset(m_taximask, 0, sizeof(m_taximask));
}
void PlayerTaxi::InitTaxiNodesForLevel(uint32 race, uint32 chrClass, uint8 level)
{