aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
diff options
context:
space:
mode:
authorTravis Howell2006-04-25 13:07:01 +0000
committerTravis Howell2006-04-25 13:07:01 +0000
commit6b76f83ea1539e3dffe75a98fd585a4cf9652281 (patch)
treedaa528b62069b14f1bc2deda4c292ff849fdff44 /engines/simon
parent9b589e06cdc24d9811b7b4861f28121e1c5b48ca (diff)
downloadscummvm-rg350-6b76f83ea1539e3dffe75a98fd585a4cf9652281.tar.gz
scummvm-rg350-6b76f83ea1539e3dffe75a98fd585a4cf9652281.tar.bz2
scummvm-rg350-6b76f83ea1539e3dffe75a98fd585a4cf9652281.zip
Fix OmniTV repeating for now
svn-id: r22149
Diffstat (limited to 'engines/simon')
-rw-r--r--engines/simon/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/animation.cpp b/engines/simon/animation.cpp
index 39c63dcc0e..adf433691e 100644
--- a/engines/simon/animation.cpp
+++ b/engines/simon/animation.cpp
@@ -198,9 +198,9 @@ void MoviePlayer::nextFrame() {
if (!_omniTV)
return;
- // FIXME: Never triggered!
if (_vm->getBitFlag(42)) {
_omniTV = false;
+ close();
return;
}