aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-28 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-06-28 08:00:00 +0800
commit11c7849bdf53557bc327fee06bddbbf1e23c4512 (patch)
treea90dba953d7cc9584c979ad3b6772f55c58f42ed /src/mapblock.h
parent53dd648c96b899b706f30de656896713d7e8ff08 (diff)
downloadhax-minetest-server-11c7849bdf53557bc327fee06bddbbf1e23c4512.tar.gz
hax-minetest-server-11c7849bdf53557bc327fee06bddbbf1e23c4512.zip
Hax's version of Minetest Server 5.6.0
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
*/