aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-04-07 15:18:26 +0000
committerNicola Mettifogo2007-04-07 15:18:26 +0000
commit162247ad3e765e8bc193f9d7b94d00cb844b5f2e (patch)
treec0189f961ed27f93f09e99cde11b20efe8d5d0f9 /engines/parallaction/commands.h
parentcaf2b4d270ed2211c2810ac2e6c1db4f1dc78cc3 (diff)
downloadscummvm-rg350-162247ad3e765e8bc193f9d7b94d00cb844b5f2e.tar.gz
scummvm-rg350-162247ad3e765e8bc193f9d7b94d00cb844b5f2e.tar.bz2
scummvm-rg350-162247ad3e765e8bc193f9d7b94d00cb844b5f2e.zip
Changed Commands to use List<>
svn-id: r26407
Diffstat (limited to 'engines/parallaction/commands.h')
-rw-r--r--engines/parallaction/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index 1278cdcc9b..a1778b5d16 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -41,6 +41,7 @@ enum CommandFlags {
struct Zone;
struct Animation;
+
// TODO: turn this into a struct
union CommandData {
uint32 _flags;