diff options
-rw-r--r-- | engines/gob/videoplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp index 2e33dbed4e..72df4dca4f 100644 --- a/engines/gob/videoplayer.cpp +++ b/engines/gob/videoplayer.cpp @@ -349,7 +349,7 @@ void VideoPlayer::waitEndFrame(int slot, bool onlySound) { if (!onlySound || video->decoder->hasSound()) { uint32 waitTime = video->decoder->getTimeToNextFrame(); if (!video->decoder->hasSound()) - waitTime = video->decoder->getStaticTimeToNextFrame();; + waitTime = video->decoder->getStaticTimeToNextFrame(); _vm->_util->delay(waitTime); } |