X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fblock.hpp;fp=src%2Fblock.hpp;h=23c3979feba4ecd36d9867512901b81229a10fef;hb=30d36f3d545617faef76f90c4121d6ed118ba272;hp=3777e6d77b6169d345ca73592d4f7b54182c765c;hpb=6933bedd9a46d69d9ad3cbdee4f17cd78103e336;p=blank.git diff --git a/src/block.hpp b/src/block.hpp index 3777e6d..23c3979 100644 --- a/src/block.hpp +++ b/src/block.hpp @@ -57,10 +57,10 @@ struct BlockType { bool visible; struct Faces { + bool up; + bool down; bool right; bool left; - bool top; - bool bottom; bool front; bool back; } fill;