diff options
author | proller <proller@github.com> | 2014-04-18 21:08:03 +0400 |
---|---|---|
committer | proller <proller@github.com> | 2014-04-18 21:56:48 +0400 |
commit | 0279f32db742f06d24a9d01c46f7d70c5e570eb2 (patch) | |
tree | 217f49380e9e363a5086468c14168c8efd9b3f26 /src/mapblock.h | |
parent | 674be38fc262aab78ed75141c70e5c02830ca80d (diff) | |
download | minetest-0279f32db742f06d24a9d01c46f7d70c5e570eb2.tar.gz minetest-0279f32db742f06d24a9d01c46f7d70c5e570eb2.tar.bz2 minetest-0279f32db742f06d24a9d01c46f7d70c5e570eb2.zip |
Remove liquid_finite and weather
Diffstat (limited to 'src/mapblock.h')
-rw-r--r-- | src/mapblock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mapblock.h b/src/mapblock.h index 501ab75da..3879c5b0e 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -513,11 +513,6 @@ public: NodeMetadataList m_node_metadata; NodeTimerList m_node_timers; StaticObjectList m_static_objects; - - s16 heat; - s16 humidity; - u32 heat_last_update; - u32 humidity_last_update; private: /* |