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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 3699e98f01..26c841b285 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -275,6 +275,8 @@ struct Zone {
CommandList _commands;
Common::Point _moveTo;
+ uint _index;
+
Zone();
virtual ~Zone();