diff options
Diffstat (limited to '')
-rw-r--r-- | source/cEntity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cEntity.h b/source/cEntity.h index af86c2606..80fc33cf1 100644 --- a/source/cEntity.h +++ b/source/cEntity.h @@ -86,6 +86,7 @@ public: //tolua_export void WrapRotation();
protected:
+ void SetWorld( cWorld* a_World ) { m_World = a_World; }
void MoveToCorrectChunk(bool a_bIgnoreOldChunk = false);
friend class cReferenceManager;
|