diff options
Diffstat (limited to 'src/World.h')
-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; |