diff options
-rw-r--r-- | engines/zvision/video.cpp | 2 |
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); |