aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index a86db7b70..18048bc1a 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -466,7 +466,7 @@ public:
void serializeNetworkSpecific(std::ostream &os);
void deSerializeNetworkSpecific(std::istream &is);
-private:
+//private:
/*
Private methods
*/
@@ -490,7 +490,7 @@ private:
return getNodeRef(p.X, p.Y, p.Z);
}
-public:
+//public:
/*
Public member variables
*/
@@ -515,8 +515,7 @@ public:
bool contents_cached = false;
// True if we never want to cache content types for this block
bool do_not_cache_contents = false;
-
-private:
+//private:
/*
Private member variables
*/