summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.cpp')
-rw-r--r--src/mapblock.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapblock.cpp b/src/mapblock.cpp
index b8278b3be..3fb2ec5ed 100644
--- a/src/mapblock.cpp
+++ b/src/mapblock.cpp
@@ -44,9 +44,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
MapBlock::MapBlock(Map *parent, v3s16 pos, IGameDef *gamedef, bool dummy):
heat(0),
- heat_time(0),
humidity(0),
- humidity_time(0),
+ weather_update_time(0),
m_parent(parent),
m_pos(pos),
m_gamedef(gamedef),