summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-12-20 19:50:47 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-12-20 19:50:47 +0100
commit9c575681f88064a57fc1151c1f1f96f4a6b2fdd5 (patch)
treeded712c5732afc72427714ca40a04da87d24386a /src/World.h
parentIncreased the range an Floater can shoot to. (diff)
parentFixed the rest of constructor reorders. (diff)
downloadcuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.tar
cuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.tar.gz
cuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.tar.bz2
cuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.tar.lz
cuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.tar.xz
cuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.tar.zst
cuberite-9c575681f88064a57fc1151c1f1f96f4a6b2fdd5.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index 2d9e8b551..1effc5d5d 100644
--- a/src/World.h
+++ b/src/World.h
@@ -647,7 +647,7 @@ private:
/// This random generator is to be used only in the Tick() method, and thus only in the World-Tick-thread (MTRand is not exactly thread-safe)
MTRand m_TickRand;
- bool m_bSpawnExplicitlySet;
+ bool m_IsSpawnExplicitlySet;
double m_SpawnX;
double m_SpawnY;
double m_SpawnZ;