From 0b616909e3472a4360e22d6b01749ee44092e967 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 19 Feb 2012 23:00:00 +0000 Subject: Using own ASSERT() that logs to file git-svn-id: http://mc-server.googlecode.com/svn/trunk@297 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cEntity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cEntity.cpp') diff --git a/source/cEntity.cpp b/source/cEntity.cpp index 25d10fab4..00faf5baa 100644 --- a/source/cEntity.cpp +++ b/source/cEntity.cpp @@ -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; -- cgit v1.2.3