From 162247ad3e765e8bc193f9d7b94d00cb844b5f2e Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 7 Apr 2007 15:18:26 +0000 Subject: Changed Commands to use List<> svn-id: r26407 --- engines/parallaction/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/parallaction/commands.h') 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; -- cgit v1.2.3