aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-11-09 07:58:27 +0000
committerVladimir Menshakov2009-11-09 07:58:27 +0000
commitdfc4dc6d85e5da9590e4647284fbc2c133f76fc9 (patch)
tree7e93cfcd3caa10d7476ad0b63e3d69a3c783f4eb /engines/teenagent/animation.h
parented348133d172ff8a2729b664f9d228b6b6da13d2 (diff)
downloadscummvm-rg350-dfc4dc6d85e5da9590e4647284fbc2c133f76fc9.tar.gz
scummvm-rg350-dfc4dc6d85e5da9590e4647284fbc2c133f76fc9.tar.bz2
scummvm-rg350-dfc4dc6d85e5da9590e4647284fbc2c133f76fc9.zip
added 'ignore' flag, ported guard and anchor challenges to it. minor fixes
svn-id: r45772
Diffstat (limited to 'engines/teenagent/animation.h')
-rw-r--r--engines/teenagent/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/animation.h b/engines/teenagent/animation.h
index 5936905b5c..3e65a73b94 100644
--- a/engines/teenagent/animation.h
+++ b/engines/teenagent/animation.h
@@ -33,7 +33,7 @@ namespace TeenAgent {
class Animation {
public:
uint16 id, x, y;
- bool loop, paused;
+ bool loop, paused, ignore;
enum Type {kTypeLan, kTypeVaria, kTypeInventory};