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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index 35ad6c15f3..91410218b9 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -63,7 +63,7 @@ union CommandData {
}
};
-struct Command : public Node {
+struct Command {
uint16 _id;
CommandData u;
uint32 _flagsOn;