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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cEntity.h') diff --git a/source/cEntity.h b/source/cEntity.h index f08a9f337..84d9c766d 100644 --- a/source/cEntity.h +++ b/source/cEntity.h @@ -98,7 +98,7 @@ public: //tolua_export virtual void Tick(float a_Dt) = 0; //tolua_export - virtual cPacket * GetSpawnPacket(void) const {assert(!"GetSpawnedPacket unimplemented!"); return NULL; }; // _X: Needs to be implemented due to Lua bindings + virtual cPacket * GetSpawnPacket(void) const {ASSERT(!"GetSpawnedPacket unimplemented!"); return NULL; }; // _X: Needs to be implemented due to Lua bindings void SpawnOn (cClientHandle * a_Client); // tolua_export void WrapRotation(); -- cgit v1.2.3