diff options
author | madmaxoft <github@xoft.cz> | 2013-12-20 19:10:07 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-20 19:10:15 +0100 |
commit | f5e6124ee06f2c42f921391c186800adbeb8bc05 (patch) | |
tree | 00c5ce40307762bb6466889f22c3a5d888ebd3b7 /src/World.h | |
parent | Or not. Fixes #384 (diff) | |
download | cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.tar cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.tar.gz cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.tar.bz2 cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.tar.lz cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.tar.xz cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.tar.zst cuberite-f5e6124ee06f2c42f921391c186800adbeb8bc05.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 2 |
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; |