From 9bccd75e340d7502251c233418e0afccd9c4a49c Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 16 Sep 2013 22:52:24 -0400 Subject: Weather: Clean up getHeat/getHumidity somewhat --- src/mapblock.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mapblock.cpp') 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), -- cgit v1.2.3