summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2013-09-16 22:52:24 -0400
committerkwolekr <kwolekr@minetest.net>2013-09-16 23:33:53 -0400
commit9bccd75e340d7502251c233418e0afccd9c4a49c (patch)
tree18c6760ef94d7a9a2f1a79fc25d65b730a863a49 /src/map.h
parentc9eb17aba32036e3a2cf25166e1ab256d6dd2cb7 (diff)
downloadminetest-9bccd75e340d7502251c233418e0afccd9c4a49c.tar.gz
minetest-9bccd75e340d7502251c233418e0afccd9c4a49c.tar.bz2
minetest-9bccd75e340d7502251c233418e0afccd9c4a49c.zip
Weather: Clean up getHeat/getHumidity somewhat
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 34456d682..b70b18acc 100644
--- a/src/map.h
+++ b/src/map.h
@@ -477,8 +477,8 @@ public:
// Parameters fed to the Mapgen
MapgenParams *m_mgparams;
- virtual s16 getHeat(ServerEnvironment *env, v3s16 p, MapBlock *block = NULL);
- virtual s16 getHumidity(ServerEnvironment *env, v3s16 p, MapBlock *block = NULL);
+ virtual s16 updateBlockHeat(ServerEnvironment *env, v3s16 p, MapBlock *block = NULL);
+ virtual s16 updateBlockHumidity(ServerEnvironment *env, v3s16 p, MapBlock *block = NULL);
private:
// Seed used for all kinds of randomness in generation