Zone colors: add more tile flags to be checked for
This commit is contained in:
parent
520baa28ea
commit
9234030c1b
|
@ -47,6 +47,9 @@ void Tile::draw(const Point& dest, float scaleFactor, int drawFlags, LightView *
|
|||
static const tileflags_t flags[] = {
|
||||
TILESTATE_HOUSE,
|
||||
TILESTATE_PROTECTIONZONE,
|
||||
TILESTATE_OPTIONALZONE,
|
||||
TILESTATE_HARDCOREZONE,
|
||||
TILESTATE_NOLOGOUT
|
||||
};
|
||||
|
||||
// first bottom items
|
||||
|
|
Loading…
Reference in New Issue