aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.cpp')
-rw-r--r--engines/groovie/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 8924726e7f..6b2a0c3176 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -1448,7 +1448,7 @@ void Script::o_returnscript() {
// Restore the filename of the script
_scriptFile = _savedScriptFile;
- //TODO: reset script flags and previous video's flag1?
+ _vm->_videoPlayer->resetFlags();
_vm->_videoPlayer->setOrigin(0, 0);
}