aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index b6b9b4a612..3c60936154 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -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();