aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/script_func.cpp
diff options
context:
space:
mode:
authorSylvain Dupont2011-01-30 20:21:45 +0000
committerSylvain Dupont2011-01-30 20:21:45 +0000
commit5257d91e99775c583f998a2508011ebd4a372fec (patch)
treefc10fd084e71a1b86d55d417c7ef1844b07b9c40 /engines/toon/script_func.cpp
parent867c0d9645a6475e000cd7f49d72450517aea9aa (diff)
downloadscummvm-rg350-5257d91e99775c583f998a2508011ebd4a372fec.tar.gz
scummvm-rg350-5257d91e99775c583f998a2508011ebd4a372fec.tar.bz2
scummvm-rg350-5257d91e99775c583f998a2508011ebd4a372fec.zip
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
Diffstat (limited to 'engines/toon/script_func.cpp')
-rw-r--r--engines/toon/script_func.cpp2
1 files changed, 0 insertions, 2 deletions
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;