diff options
author | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
commit | dc1207139ac3a6bccd918ddb5d291df98ac1cf33 (patch) | |
tree | fc13f86b6c09f449ccc319c3d321f1e87dafa8d6 /src/game/MapUpdater.cpp | |
parent | 89464472a97fcba60e4ad7682a44f8106cc64ecd (diff) |
*Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches..
--HG--
branch : trunk
Diffstat (limited to 'src/game/MapUpdater.cpp')
-rw-r--r-- | src/game/MapUpdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MapUpdater.cpp b/src/game/MapUpdater.cpp index 8162efa0d06..61d367ef2e1 100644 --- a/src/game/MapUpdater.cpp +++ b/src/game/MapUpdater.cpp @@ -112,7 +112,7 @@ bool MapUpdater::activated() void MapUpdater::update_finished() { - ACE_GUARD(ACE_Thread_Mutex, guard, this->m_mutex); + ACE_GUARD(ACE_Thread_Mutex, guard, this->m_mutex); if (this->pedning_requests == 0) { |