From 50245ba5710df184af5b5e8f0037e87b33491cfe Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Mon, 4 Jan 2010 11:12:19 +0000 Subject: added idle animation svn-id: r46968 --- engines/teenagent/actor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/teenagent/actor.h') diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h index 73a7a605a8..3edace362e 100644 --- a/engines/teenagent/actor.h +++ b/engines/teenagent/actor.h @@ -29,9 +29,11 @@ namespace TeenAgent { class Actor : public Animation { uint head_index; + uint idle_type; public: Actor(); Common::Rect render(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, int delta_frame, bool head, uint zoom); + Common::Rect renderIdle(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, uint zoom); }; } // End of namespace TeenAgent -- cgit v1.2.3