aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/scene.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-15 19:21:45 +0000
committerVladimir Menshakov2009-09-15 19:21:45 +0000
commite78bd81ac081789a743afbe8ca8e885c53476a99 (patch)
tree12e3d3b64df09912ebb061bb29d96c7a8c1df06d /engines/teenagent/scene.h
parent2244060d7f790416102a9ef035bbe61f86717835 (diff)
downloadscummvm-rg350-e78bd81ac081789a743afbe8ca8e885c53476a99.tar.gz
scummvm-rg350-e78bd81ac081789a743afbe8ca8e885c53476a99.tar.bz2
scummvm-rg350-e78bd81ac081789a743afbe8ca8e885c53476a99.zip
return bounding boxes from the render(), slightly changed internal events arguments.
svn-id: r44107
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;