diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-11-29 19:55:41 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-11-29 19:55:41 +0200 |
commit | c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8 (patch) | |
tree | b46104e842c74be5e9d0d879a34a34e52efddfbe /src/map.h | |
parent | d10627a77fe022263e2319be282fbec68e713545 (diff) | |
download | minetest-c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8.tar.gz minetest-c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8.tar.bz2 minetest-c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8.zip |
default setting change, random tinkering
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,10 +143,10 @@ public: */ JMutexAutoLock * waitCaches() { - dstream<<"waitCaches() begin"<<std::endl; + //dstream<<"waitCaches() begin"<<std::endl; JMutexAutoLock waitcachelock(m_waitcache_mutex); JMutexAutoLock *lock = new JMutexAutoLock(m_cache_mutex); - dstream<<"waitCaches() end"<<std::endl; + //dstream<<"waitCaches() end"<<std::endl; return lock; } |