diff options
Diffstat (limited to '')
-rw-r--r-- | source/World.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/World.cpp b/source/World.cpp index 36fb08702..f9da43ed2 100644 --- a/source/World.cpp +++ b/source/World.cpp @@ -173,6 +173,18 @@ protected: /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +// cWorld::cLock: + +cWorld::cLock::cLock(cWorld & a_World) : + super(&(a_World.m_ChunkMap->GetCS())) +{ +} + + + + + +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // cWorld: cWorld::cWorld(const AString & a_WorldName) : |