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/WorldStorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/WorldStorage.cpp') diff --git a/source/WorldStorage.cpp b/source/WorldStorage.cpp index bc830c272..58c6527ca 100644 --- a/source/WorldStorage.cpp +++ b/source/WorldStorage.cpp @@ -81,7 +81,7 @@ void cJsonChunkSerializer::BlockEntity(cBlockEntity * a_BlockEntity) default: { - assert(!"Unhandled blocktype in BlockEntities list while saving to JSON"); + ASSERT(!"Unhandled blocktype in BlockEntities list while saving to JSON"); break; } } // switch (BlockEntity->GetBlockType()) -- cgit v1.2.3