diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-09-16 12:38:37 +0200 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-09-17 22:06:13 +0200 |
commit | 58e6d25e033c76dc91aaac18fdeda92ac23fe0e1 (patch) | |
tree | b2691cefc6d239acaef8128861f387234688d183 /src/tile.h | |
parent | 206f0764225de4eeb3b2cef119e22df8005e5d60 (diff) | |
download | dragonfireclient-58e6d25e033c76dc91aaac18fdeda92ac23fe0e1.tar.xz |
Node highlighting.
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. |