aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-17 13:18:03 +0000
committerNicola Mettifogo2007-03-17 13:18:03 +0000
commit9c137c25cb6551e965410a2bb2e7acb2fbdcd90f (patch)
tree0512c6c439f11166677093b44d5284ba5ac48fba /engines/parallaction/commands.h
parent48460e2ea66a308fc5085c51f47ccbcfac9ecbc5 (diff)
downloadscummvm-rg350-9c137c25cb6551e965410a2bb2e7acb2fbdcd90f.tar.gz
scummvm-rg350-9c137c25cb6551e965410a2bb2e7acb2fbdcd90f.tar.bz2
scummvm-rg350-9c137c25cb6551e965410a2bb2e7acb2fbdcd90f.zip
oops forgot to commit changes for Command
svn-id: r26165
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;