diff options
Diffstat (limited to 'src/tile.h')
-rw-r--r-- | src/tile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.h b/src/tile.h index 0ac7c96c0..78aaef00e 100644 --- a/src/tile.h +++ b/src/tile.h @@ -171,6 +171,7 @@ enum MaterialType{ // Animation made up by splitting the texture to vertical frames, as // defined by extra parameters #define MATERIAL_FLAG_ANIMATION_VERTICAL_FRAMES 0x08 +#define MATERIAL_FLAG_HIGHLIGHTED 0x10 /* This fully defines the looks of a tile. |