From 90eabcc885c4854f143bfe637c4205a2d563e450 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Mon, 14 Sep 2009 21:07:01 +0000 Subject: rewrote dialog parser, fixed color swapping. svn-id: r44090 --- engines/teenagent/dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/teenagent/dialog.h') diff --git a/engines/teenagent/dialog.h b/engines/teenagent/dialog.h index 65da1dcc74..98774916b4 100644 --- a/engines/teenagent/dialog.h +++ b/engines/teenagent/dialog.h @@ -33,8 +33,8 @@ namespace TeenAgent { class Scene; class Dialog { public: - static uint16 pop(Scene *scene, uint16 addr, uint16 animation = 0, uint16 actor_animation = 0, byte color1 = 0xd1, byte color2 = 0xd0); - static void show(Scene *scene, uint16 addr, uint16 animation = 0, uint16 actor_animation = 0, byte color1 = 0xd1, byte color2 = 0xd0); + static uint16 pop(Scene *scene, uint16 addr, uint16 animation1 = 0, uint16 animation2 = 0, byte color1 = 0xd1, byte color2 = 0xd0); + static void show(Scene *scene, uint16 addr, uint16 animation1 = 0, uint16 animation2 = 0, byte color1 = 0xd1, byte color2 = 0xd0); }; } // End of namespace TeenAgent -- cgit v1.2.3