diff options
Diffstat (limited to 'engines/voyeur/animation.cpp')
-rw-r--r-- | engines/voyeur/animation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/animation.cpp b/engines/voyeur/animation.cpp index ca924d3b2b..7dc53b9e60 100644 --- a/engines/voyeur/animation.cpp +++ b/engines/voyeur/animation.cpp @@ -126,9 +126,9 @@ void RL2Decoder::readNextPacket() { } } -bool RL2Decoder::seek(const Audio::Timestamp &where) { +bool RL2Decoder::seekIntern(const Audio::Timestamp &where) { _soundFrameNumber = -1; - return VideoDecoder::seek(where); + return VideoDecoder::seekIntern(where); } void RL2Decoder::close() { |