HDB: Add onEvenTile()

This commit is contained in:
Nipun Garg 2019-06-21 19:45:56 +05:30 committed by Eugene Sandulenko
parent 76b589c901
commit bbe7c82069

View File

@ -543,6 +543,8 @@ struct CineCommand {
start(0), end(0), delay(0), speed(0), title(NULL), string(NULL), id(NULL), e(NULL) {}
};
#define onEvenTile(x, y) ( !(x & 31) && !(y & 31) )
class AI {
public:
AI();