Changeset 229 for trunk/src/game/WorldSocketMgr.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WorldSocketMgr.cpp
r149 r229 166 166 while (!m_Reactor->reactor_event_loop_done ()) 167 167 { 168 // dont be too smart to move this outside the loop168 // Don't be too smart to move this outside the loop 169 169 // the run_reactor_event_loop will modify interval 170 170 ACE_Time_Value interval (0, 10000);