aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichiesams2013-08-11 16:39:56 -0500
committerrichiesams2013-08-11 16:39:56 -0500
commit5ef23e6f8daffd65dd605a28252398d1556760fe (patch)
treedc1a1fb1c21df79c4e181b4902f6207c4db35ace
parent19a2a59c3cf9c9baf8d0366ab59d8a0ec2d0d7e4 (diff)
downloadscummvm-rg350-5ef23e6f8daffd65dd605a28252398d1556760fe.tar.gz
scummvm-rg350-5ef23e6f8daffd65dd605a28252398d1556760fe.tar.bz2
scummvm-rg350-5ef23e6f8daffd65dd605a28252398d1556760fe.zip
ZVISION: Restart the Clock after the video finishes
-rw-r--r--engines/zvision/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/video.cpp b/engines/zvision/video.cpp
index ca95a7e5f3..0d707e7037 100644
--- a/engines/zvision/video.cpp
+++ b/engines/zvision/video.cpp
@@ -156,7 +156,7 @@ void ZVision::playVideo(Video::VideoDecoder &videoDecoder, const Common::Rect &d
_system->delayMillis(videoDecoder.getTimeToNextFrame());
}
- _clock.stop();
+ _clock.start();
// Reset the pixel format to the original state
initGraphics(_width, _height, true, &_pixelFormat);