Using own ASSERT() that logs to file
git-svn-id: http://mc-server.googlecode.com/svn/trunk@297 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -96,7 +96,7 @@ void cEntity::WrapRotation()
|
||||
|
||||
void cEntity::MoveToCorrectChunk(bool a_bIgnoreOldChunk)
|
||||
{
|
||||
assert(m_World != NULL); // Entity needs a world to move to a chunk
|
||||
ASSERT(m_World != NULL); // Entity needs a world to move to a chunk
|
||||
if( !m_World ) return;
|
||||
|
||||
int ChunkX = 0, ChunkY = 0, ChunkZ = 0;
|
||||
|
||||
Reference in New Issue
Block a user