aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/WorldRunnable.cpp
diff options
context:
space:
mode:
authorgvcoman <none@none>2008-11-21 14:34:05 -0500
committergvcoman <none@none>2008-11-21 14:34:05 -0500
commitae8a27bbb758dd2485d9bea14ccd8b892f626371 (patch)
tree213402aa6ce31963a4a329cbb261fd88db6a0bdd /src/trinitycore/WorldRunnable.cpp
parent837ce55de88e33825eb66814d07d33c1f869f7a7 (diff)
parent71707df1dec2aa77864d9a853c34108bb6021138 (diff)
Merged commit 269 (5f0e38da128a).
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r--src/trinitycore/WorldRunnable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp
index 1a30740ddd9..5592b1d2064 100644
--- a/src/trinitycore/WorldRunnable.cpp
+++ b/src/trinitycore/WorldRunnable.cpp
@@ -51,7 +51,7 @@ void WorldRunnable::run()
uint32 prevSleepTime = 0; // used for balanced full tick time length near WORLD_SLEEP_CONST
///- While we have not World::m_stopEvent, update the world
- while (!World::m_stopEvent)
+ while (!World::IsStopped())
{
++World::m_worldLoopCounter;
realCurrTime = getMSTime();