]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapblock.h
fix to the previous commit
[dragonfireclient.git] / src / mapblock.h
index ce56825683b3255ee2e5b5f73e7c0e34562fe46a..30e9e38f81e9cc9285995a51012ec4304e51d70e 100644 (file)
@@ -729,10 +729,11 @@ class MapBlock : public NodeContainer
        // Whether day and night lighting differs
        bool m_day_night_differs;
        
+       // TODO: Remove this
        MapBlockObjectList m_objects;
 
        // Object spawning stuff
-       float m_spawn_timer;
+       //float m_spawn_timer;
 
 #ifndef SERVER // Only on client
        /*