diff options
Diffstat (limited to 'source/cEntity.h')
-rw-r--r-- | source/cEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 );
|