From 38e5817c345ef4f499c9bed94f75a763fa0d73d2 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sun, 13 Sep 2009 13:10:05 +0000 Subject: [PATCH] removed invalid 0xff character handler, added fixme svn-id: r44057 --- engines/teenagent/dialog.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/engines/teenagent/dialog.cpp b/engines/teenagent/dialog.cpp index b0e946949ec..d686040422d 100644 --- a/engines/teenagent/dialog.cpp +++ b/engines/teenagent/dialog.cpp @@ -47,10 +47,8 @@ void Dialog::show(Scene * scene, uint16 addr, uint16 animation, uint16 actor_ani continue; case 0xff: { - SceneEvent e(SceneEvent::WaitForAnimation); - scene->push(e); + //fixme : wait for the next cycle of the animation } - ++n; continue; default: if (n > 1) {