Skip to content

Commit

Permalink
NEVERHOOD: Fix bug #6479 - "NEVERHOOD: Radio shows the wrong picture …
Browse files Browse the repository at this point in the history
…at first"
  • Loading branch information
bluegr committed Jan 6, 2014
1 parent c0a35b3 commit 784786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/neverhood/smackerplayer.cpp
Expand Up @@ -161,7 +161,7 @@ void SmackerPlayer::close() {
void SmackerPlayer::gotoFrame(int frameNumber) {
if (_smackerDecoder) {
_smackerDecoder->forceSeekToFrame(frameNumber);
_smackerDecoder->decodeNextFrame();
updateFrame();
}
}

Expand Down

0 comments on commit 784786a

Please sign in to comment.