removed invalid 0xff character handler, added fixme

svn-id: r44057
This commit is contained in:
Vladimir Menshakov 2009-09-13 13:10:05 +00:00
parent 4079a4d1b6
commit 38e5817c34

View File

@ -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) {