diff options
Diffstat (limited to 'source/game/StarWorldServer.hpp')
-rw-r--r-- | source/game/StarWorldServer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarWorldServer.hpp b/source/game/StarWorldServer.hpp index 24436b6..ff93c81 100644 --- a/source/game/StarWorldServer.hpp +++ b/source/game/StarWorldServer.hpp @@ -362,7 +362,7 @@ private: StringMap<ScriptComponentPtr> m_scriptContexts; WorldGeometry m_geometry; - uint64_t m_currentStep; + uint64_t m_currentStep{}; mutable CellularLightIntensityCalculator m_lightIntensityCalculator; SkyPtr m_sky; |