aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/scene.h')
-rw-r--r--engines/teenagent/scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h
index e02cf6242c..36934019c5 100644
--- a/engines/teenagent/scene.h
+++ b/engines/teenagent/scene.h
@@ -146,7 +146,8 @@ private:
Surface on;
Surface *ons;
uint32 ons_count;
- Animation actor_animation, animations[4], custom_animations[4];
+ Animation actor_animation, animation[4], custom_animation[4];
+ Common::Rect actor_animation_position, animation_position[4];
Actor teenagent, teenagent_idle;
Common::Point position0, position, destination;