summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index ce5682568..30e9e38f8 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -729,10 +729,11 @@ private:
// 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
/*