aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-17 02:40:53 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-17 02:40:53 +0200
commit3891bc43e084b9bd1c345638dfbbffa9d71658c9 (patch)
tree1a32921c26409c735c062bfc8131b0c71728fadb /src/map.h
parent7068bc90af1f452359a1fcfe20fa01fc88f3d70a (diff)
downloaddragonfireclient-3891bc43e084b9bd1c345638dfbbffa9d71658c9.tar.xz
fine-tuning of map generator and server and stuff.
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 3385d7c68..d858a9907 100644
--- a/src/map.h
+++ b/src/map.h
@@ -206,7 +206,7 @@ public:
their differing fetch methods.
*/
virtual MapSector * emergeSector(v2s16 p) = 0;
-
+
// Returns InvalidPositionException if not found
MapBlock * getBlockNoCreate(v3s16 p);
// Returns NULL if not found