aboutsummaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
authorJude Melton-Houghton <jwmhjwmh@gmail.com>2022-10-09 11:55:07 -0400
committerJude Melton-Houghton <jwmhjwmh@gmail.com>2022-10-09 13:43:48 -0400
commitb3503e7853a52a8c16431f6b983e30c9d25951bc (patch)
tree277c1f55bf6523bc37529a68f7b7107d82cb00ed /src/mapnode.h
parent8f996e4a7cf7b1fa1ca683cbc37327a790e09ddc (diff)
downloadminetest-b3503e7853a52a8c16431f6b983e30c9d25951bc.tar.xz
Embed data directly in mapblocks
Diffstat (limited to 'src/mapnode.h')
-rw-r--r--src/mapnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapnode.h b/src/mapnode.h
index 43ce7e621..c3137bbcb 100644
--- a/src/mapnode.h
+++ b/src/mapnode.h
@@ -135,7 +135,7 @@ struct ContentFeatures;
*/
-struct MapNode
+struct alignas(u32) MapNode
{
/*
Main content