[11041] Tabs to spaces

This commit is contained in:
zergtmn 2011-01-16 01:34:11 +05:00
parent bf04f46011
commit 452b3d9e05
5 changed files with 13 additions and 13 deletions

View file

@ -31,7 +31,7 @@ Camera::Camera(Player* pl) : m_owner(*pl), m_source(pl)
Camera::~Camera()
{
// view of camera should be already reseted to owner (RemoveFromWorld -> Event_RemovedFromWorld -> ResetView)
MANGOS_ASSERT(m_source == &m_owner);
MANGOS_ASSERT(m_source == &m_owner);
// for symmetry with constructor and way to make viewpoint's list empty
m_source->GetViewPoint().Detach(this);