aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 4eabf08720..393913edeb 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -266,6 +266,9 @@ struct TypeData {
#define ZONENAME_LENGTH 32
+#define INVALID_LOCATION_INDEX ((uint32)-1)
+#define INVALID_ZONE_INDEX ((uint32)-1)
+
struct Zone {
private:
int16 _right;