diff options
Diffstat (limited to 'Tile.h')
-rw-r--r-- | Tile.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,9 +11,8 @@ public: public: TileData data; - + TileAppearance appearance; private: TileBehavior behavior; - TileAppearance appearance; }; |