diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-15 17:29:20 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-15 17:29:20 +0200 |
commit | a67760f7c98a9e57a61ee9c61a2175a33ebcb91b (patch) | |
tree | e4079bd37abb06465a5bce59d3af397ec2be2b2a /source/World.cpp | |
parent | Fixed The MagicCarpet plugin (diff) | |
download | cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.tar cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.tar.gz cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.tar.bz2 cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.tar.lz cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.tar.xz cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.tar.zst cuberite-a67760f7c98a9e57a61ee9c61a2175a33ebcb91b.zip |
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) : |