aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-02-09 23:26:45 +0000
committerNicola Mettifogo2008-02-09 23:26:45 +0000
commit435c437f6d118842ded3a0020168a1080ea2d0c9 (patch)
treebf16e7da40a22b13e993d997b901b7428f108108 /engines/parallaction/objects.h
parentcf724e889ce551082a1c3e443b11e9523f068e8d (diff)
downloadscummvm-rg350-435c437f6d118842ded3a0020168a1080ea2d0c9.tar.gz
scummvm-rg350-435c437f6d118842ded3a0020168a1080ea2d0c9.tar.bz2
scummvm-rg350-435c437f6d118842ded3a0020168a1080ea2d0c9.zip
More refactoring for command parsing/execution.
svn-id: r30841
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 10cfb5333b..d1ad943625 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -93,7 +93,6 @@ enum CommandFlags {
struct CommandData {
uint32 _flags;
- Animation * _animation;
Zone* _zone;
char* _string;
uint16 _callable;