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