summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2013-11-17 01:59:04 -0500
committerkwolekr <kwolekr@minetest.net>2013-11-17 01:59:04 -0500
commite396fb29840c3b87b0442fe6d641c94e8165ed27 (patch)
tree2e0acec1876e64db499c1bb7cc65a113ca3469fd /src/mapblock.h
parent90e7832408eb313676d40b747ec533c3b07e5c28 (diff)
downloadminetest-e396fb29840c3b87b0442fe6d641c94e8165ed27.tar.gz
minetest-e396fb29840c3b87b0442fe6d641c94e8165ed27.tar.bz2
minetest-e396fb29840c3b87b0442fe6d641c94e8165ed27.zip
Actually fix weather
The real problem was that MapBlocks were not activated before getting sent to the client
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 e0730ffcf..501ab75da 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -516,7 +516,8 @@ public:
s16 heat;
s16 humidity;
- u32 weather_update_time;
+ u32 heat_last_update;
+ u32 humidity_last_update;
private:
/*