1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

ABM and liquid overload skip

This commit is contained in:
Perttu Ahola 2012-07-27 13:45:49 +03:00
parent 98ff4eb4ee
commit 1d44a98f2f
3 changed files with 11 additions and 3 deletions

View file

@ -360,6 +360,7 @@ private:
IntervalLimiter m_active_blocks_management_interval;
IntervalLimiter m_active_block_modifier_interval;
IntervalLimiter m_active_blocks_nodemetadata_interval;
int m_active_block_interval_overload_skip;
// Time from the beginning of the game in seconds.
// Incremented in step().
u32 m_game_time;