From be7391c2b1153c817a69aabd2a34e082c79df58f Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 15 Feb 2011 12:33:59 +0200 Subject: mud gets now grass onto it when placed into sunlight. also removed three old files --- src/map.cpp | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'src/map.cpp') diff --git a/src/map.cpp b/src/map.cpp index f4f1668c7..09cab79e2 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -860,13 +860,11 @@ void Map::updateLighting(core::map & a_blocks, The lighting value of the node should be left as-is after changing other values. This sets the lighting value to 0. */ -/*void Map::nodeAddedUpdate(v3s16 p, u8 lightwas, - core::map &modified_blocks)*/ void Map::addNodeAndUpdate(v3s16 p, MapNode n, core::map &modified_blocks) { /*PrintInfo(m_dout); - m_dout<