FIX: door item spawn in creative mode

This commit is contained in:
2026-07-29 20:24:11 +03:00
parent a489435cc5
commit 9987ab63b4
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ class DoorTile: public Tile
{
typedef Tile super;
public:
static const int UPPER_BIT = 8;
static const int C_DIR_MASK = 3;
static const int C_OPEN_MASK = 4;
static const int C_LOWER_DATA_MASK = 7;