]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapblock.cpp
SQLite rollback
[dragonfireclient.git] / src / mapblock.cpp
index b8278b3be740829bdc0e0428ec705f0823f4139b..e45af9cdbc6775db4481194634497d02f67e03cf 100644 (file)
@@ -44,9 +44,9 @@ 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),
+               heat_last_update(0),
+               humidity_last_update(0),
                m_parent(parent),
                m_pos(pos),
                m_gamedef(gamedef),