mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Weather: Clean up getHeat/getHumidity somewhat
This commit is contained in:
parent
c9eb17aba3
commit
9bccd75e34
13 changed files with 143 additions and 77 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue