1
0

Merge branch 'master' into Bow

This commit is contained in:
Howaner
2014-06-26 15:49:53 +02:00
82 changed files with 5336 additions and 3499 deletions

View File

@@ -146,6 +146,7 @@ cPlayer::~cPlayer(void)
m_ClientHandle = NULL;
delete m_InventoryWindow;
m_InventoryWindow = NULL;
LOGD("Player %p deleted", this);
}