From 1b80eedaa18c38ffa2203eb661fda44d245ca6da Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Tue, 8 Jan 2008 20:32:29 +0000 Subject: Added a proper _name member to Zone, instead of using the label text. svn-id: r30343 --- engines/parallaction/objects.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/parallaction/objects.h') 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; -- cgit v1.2.3