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 52f3d62a59..4c02d94334 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -112,6 +112,7 @@ struct Command {
uint16 _id;
uint32 _flagsOn;
uint32 _flagsOff;
+ bool _valid;
Command();
~Command();
@@ -119,6 +120,7 @@ struct Command {
// Common fields
uint32 _flags;
ZonePtr _zone;
+ Common::String _zoneName;
char* _string;
uint16 _callable;
uint16 _object;