Changeset 260 for trunk/src/trinitycore/WorldRunnable.cpp
- Timestamp:
- 11/21/08 08:47:55 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/WorldRunnable.cpp
r237 r260 52 52 53 53 ///- While we have not World::m_stopEvent, update the world 54 while (!World:: m_stopEvent)54 while (!World::IsStopped()) 55 55 { 56 56 ++World::m_worldLoopCounter;