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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 41596e3e38..5648ea25fb 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -271,7 +271,11 @@ struct Label {
void getRect(Common::Rect &r);
};
+#define ZONENAME_LENGTH 32
+
struct Zone {
+ char _name[ZONENAME_LENGTH];
+
int16 _left;
int16 _top;
int16 _right;