From adb4dbc9047947c8da872e578b4356053bdfd908 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Sun, 25 Dec 2011 20:23:30 +0000 Subject: - fixed the code from the last commit :) git-svn-id: http://mc-server.googlecode.com/svn/trunk@111 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 c25c3e293..49689f735 100644 --- a/source/cEntity.h +++ b/source/cEntity.h @@ -86,7 +86,7 @@ public: //tolua_export void WrapRotation(); protected: - void MoveToCorrectChunk(); + void MoveToCorrectChunk(bool a_IgnoreOldChunk = false); friend class cReferenceManager; void AddReference( cEntity*& a_EntityPtr ); -- cgit v1.2.3