summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-09-26 11:57:28 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-09-26 11:57:28 +0300
commit0ccc0ac927bdbfcc97c1b5c9d5dc64754946f817 (patch)
tree0db7c756fbcfd18497dee04578d7cb037b2bd7fa /src/map.h
parent63eca0feb2a08aa15f8be1164c4815a44246a2e6 (diff)
parent8b875d71d1ab928e9866914b886ff58cf8a38192 (diff)
downloadminetest-0ccc0ac927bdbfcc97c1b5c9d5dc64754946f817.tar.gz
minetest-0ccc0ac927bdbfcc97c1b5c9d5dc64754946f817.tar.bz2
minetest-0ccc0ac927bdbfcc97c1b5c9d5dc64754946f817.zip
Merge remote-tracking branch 'darkrose/master'
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index e0b67eb6e..6248a5665 100644
--- a/src/map.h
+++ b/src/map.h
@@ -205,7 +205,7 @@ public:
These handle lighting but not faces.
*/
void addNodeAndUpdate(v3s16 p, MapNode n,
- core::map<v3s16, MapBlock*> &modified_blocks);
+ core::map<v3s16, MapBlock*> &modified_blocks, std::string &player_name);
void removeNodeAndUpdate(v3s16 p,
core::map<v3s16, MapBlock*> &modified_blocks);