From 9c137c25cb6551e965410a2bb2e7acb2fbdcd90f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 17 Mar 2007 13:18:03 +0000 Subject: oops forgot to commit changes for Command svn-id: r26165 --- engines/parallaction/commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/parallaction/commands.h') 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; -- cgit v1.2.3