aboutsummaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-08-22 12:53:02 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-08-22 12:53:02 +0300
commit23717510c21c89f39760faf033844d531fc093b5 (patch)
tree078e94632a2d622f0d45673d43e867b717496429 /src/environment.h
parent29c9d3d5f44ea6bb812a7d66d3ce582a1aeb7557 (diff)
parentdc4ac0b96fc11d4620f04d6068e681ab793a5d92 (diff)
downloadminetest-23717510c21c89f39760faf033844d531fc093b5.tar.gz
minetest-23717510c21c89f39760faf033844d531fc093b5.tar.bz2
minetest-23717510c21c89f39760faf033844d531fc093b5.zip
Merge branch 'lava'
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index b6767858a..d9248d2ad 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -416,6 +416,7 @@ private:
core::map<u16, ClientActiveObject*> m_active_objects;
Queue<ClientEnvEvent> m_client_event_queue;
IntervalLimiter m_active_object_light_update_interval;
+ IntervalLimiter m_lava_hurt_interval;
};
#endif