]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapblock.cpp
Fix typo in lua_api.txt
[dragonfireclient.git] / src / mapblock.cpp
index b8278b3be740829bdc0e0428ec705f0823f4139b..3fb2ec5eda0bd3bfc8f0141d3f545f752f98cf63 100644 (file)
@@ -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),