diff options
author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-10-09 11:55:07 -0400 |
---|---|---|
committer | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-10-09 13:43:48 -0400 |
commit | b3503e7853a52a8c16431f6b983e30c9d25951bc (patch) | |
tree | 277c1f55bf6523bc37529a68f7b7107d82cb00ed /src/mapnode.h | |
parent | 8f996e4a7cf7b1fa1ca683cbc37327a790e09ddc (diff) | |
download | minetest-b3503e7853a52a8c16431f6b983e30c9d25951bc.tar.xz |
Embed data directly in mapblocks
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 2 |
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 |