mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
GCC you sneaky...
This commit is contained in:
@@ -83,9 +83,9 @@
|
||||
#include "TransportMgr.h"
|
||||
|
||||
|
||||
std::atomic<bool> World::m_stopEvent = false;
|
||||
std::atomic<bool> World::m_stopEvent(false);
|
||||
uint8 World::m_ExitCode = SHUTDOWN_EXIT_CODE;
|
||||
std::atomic_uint32_t World::m_worldLoopCounter = 0;
|
||||
std::atomic<uint32> World::m_worldLoopCounter(0);
|
||||
|
||||
float World::m_MaxVisibleDistanceOnContinents = DEFAULT_VISIBILITY_DISTANCE;
|
||||
float World::m_MaxVisibleDistanceInInstances = DEFAULT_VISIBILITY_INSTANCE;
|
||||
|
||||
Reference in New Issue
Block a user