aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/actor.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-11-17 22:09:16 +0000
committerVladimir Menshakov2009-11-17 22:09:16 +0000
commitda1432cf21374b282c0cd2f85ae790fb792c925b (patch)
treea80c6d2e6ac3eb9b22b720b3a0b164a3f1cd88b8 /engines/teenagent/actor.h
parentf70473e3cd7fa6c5d4691be7bdbd665dfb14e64d (diff)
downloadscummvm-rg350-da1432cf21374b282c0cd2f85ae790fb792c925b.tar.gz
scummvm-rg350-da1432cf21374b282c0cd2f85ae790fb792c925b.tar.bz2
scummvm-rg350-da1432cf21374b282c0cd2f85ae790fb792c925b.zip
implemented zoomed rendering
svn-id: r45962
Diffstat (limited to 'engines/teenagent/actor.h')
-rw-r--r--engines/teenagent/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h
index 9ae213d7f8..73a7a605a8 100644
--- a/engines/teenagent/actor.h
+++ b/engines/teenagent/actor.h
@@ -31,7 +31,7 @@ class Actor : public Animation {
uint head_index;
public:
Actor();
- Common::Rect render(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, int delta_frame, bool head);
+ Common::Rect render(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, int delta_frame, bool head, uint zoom);
};
} // End of namespace TeenAgent