From 5257d91e99775c583f998a2508011ebd4a372fec Mon Sep 17 00:00:00 2001 From: Sylvain Dupont Date: Sun, 30 Jan 2011 20:21:45 +0000 Subject: TOON: Fixes two movie issues - Can't skip the videos with left button anymore, now the Nefarius video on the TV is played normally and not skipped. - Last video playback 2x too big in height. svn-id: r55662 --- engines/toon/script_func.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/toon/script_func.cpp') diff --git a/engines/toon/script_func.cpp b/engines/toon/script_func.cpp index 67e20f3354..bc55a5aa6f 100644 --- a/engines/toon/script_func.cpp +++ b/engines/toon/script_func.cpp @@ -321,8 +321,6 @@ int32 ScriptFunc::sys_Cmd_Play_Flic(EMCState *state) { else strcpy(name, _vm->createRoomFilename(GetText(0, state)).c_str()); -// Strangerke - Commented (not used) -// int32 Flags = stackPos(1); int32 stopMusic = stackPos(2); _vm->getMoviePlayer()->play(name, stopMusic); return 0; -- cgit v1.2.3