summaryrefslogtreecommitdiffstats
path: root/source/World.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-15 17:29:20 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-15 17:29:20 +0200
commita67760f7c98a9e57a61ee9c61a2175a33ebcb91b (patch)
treee4079bd37abb06465a5bce59d3af397ec2be2b2a /source/World.cpp
parentFixed The MagicCarpet plugin (diff)
downloadcuberite-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 'source/World.cpp')
-rw-r--r--source/World.cpp12
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) :