summaryrefslogtreecommitdiffstats
path: root/source/cWorld.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-29 22:40:21 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-29 22:40:21 +0100
commit87a7c39dfc2072a2197de2a6c9ac99aefc5919ca (patch)
treecc6cf85a1e89e5d2771481abbbc3b1a54abf7351 /source/cWorld.cpp
parentVC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. (diff)
downloadcuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar
cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.gz
cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.bz2
cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.lz
cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.xz
cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.tar.zst
cuberite-87a7c39dfc2072a2197de2a6c9ac99aefc5919ca.zip
Diffstat (limited to '')
-rw-r--r--source/cWorld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWorld.cpp b/source/cWorld.cpp
index 9891946be..0d09c76f5 100644
--- a/source/cWorld.cpp
+++ b/source/cWorld.cpp
@@ -229,7 +229,7 @@ cWorld::cWorld( const char* a_WorldName )
m_Description = IniFile2.GetValue("Server", "Description", "MCServer! - It's OVER 9000!").c_str();
}
- m_ChunkMap = new cChunkMap( 32, 32, this );
+ m_ChunkMap = new cChunkMap(this );
m_pState->pChunkGenerator = new cChunkGenerator( m_ChunkMap );
m_Time = 0;