aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
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};