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