aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/commands.h')
-rw-r--r--engines/parallaction/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index 57a6ab53dc..3e38f8bfe8 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -47,8 +47,8 @@ union CommandData {
} _move;
};
-struct Command {
- Node _node;
+struct Command : public Node {
+// Node _node;
uint16 _id;
CommandData u;