]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapblock.h
Add NodeResolver and clean up node name -> content ID resolution system
[minetest.git] / src / mapblock.h
index e0730ffcf459093a3e4f87aef11dd14e85e15b7a..3879c5b0e5db10cb8e68cf635730fb8085972b8a 100644 (file)
@@ -513,10 +513,6 @@ class MapBlock /*: public NodeContainer*/
        NodeMetadataList m_node_metadata;
        NodeTimerList m_node_timers;
        StaticObjectList m_static_objects;
-       
-       s16 heat;
-       s16 humidity;
-       u32 weather_update_time;
 
 private:
        /*