diff options
Diffstat (limited to '')
-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 49689f735..af86c2606 100644 --- a/source/cEntity.h +++ b/source/cEntity.h @@ -86,7 +86,7 @@ public: //tolua_export void WrapRotation();
protected:
- void MoveToCorrectChunk(bool a_IgnoreOldChunk = false);
+ void MoveToCorrectChunk(bool a_bIgnoreOldChunk = false);
friend class cReferenceManager;
void AddReference( cEntity*& a_EntityPtr );
|