From 3de5480191d02eb5fd919cbe5929cf04255ca086 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 22 Feb 2012 20:40:32 +0000 Subject: That 2nd assert didn't make much sense... git-svn-id: http://mc-server.googlecode.com/svn/trunk@320 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cEntity.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/cEntity.cpp') diff --git a/source/cEntity.cpp b/source/cEntity.cpp index 9f70adc10..cb91c2bdc 100644 --- a/source/cEntity.cpp +++ b/source/cEntity.cpp @@ -60,7 +60,8 @@ cEntity::~cEntity() if( !m_bDestroyed || !m_bRemovedFromChunk ) { - ASSERT(!"Entity deallocated without being destroyed %i or unlinked %i", m_bDestroyed, m_bRemovedFromChunk ); + LOGERROR("ERROR: Entity deallocated without being destroyed %i or unlinked %i", m_bDestroyed, m_bRemovedFromChunk ); + ASSERT(!"Entity deallocated without being destroyed or unlinked"); } delete m_Referencers; delete m_References; -- cgit v1.2.3