X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fblock.hpp;h=23c3979feba4ecd36d9867512901b81229a10fef;hb=c3c5045f06327db2a3c97eae77a072bc06677286;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;