aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/animation.cpp')
-rw-r--r--engines/voyeur/animation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/voyeur/animation.cpp b/engines/voyeur/animation.cpp
index 1f4e623976..3bcc6cf10f 100644
--- a/engines/voyeur/animation.cpp
+++ b/engines/voyeur/animation.cpp
@@ -141,7 +141,6 @@ bool RL2Decoder::RL2FileHeader::isValid() const {
RL2Decoder::RL2VideoTrack::RL2VideoTrack(const RL2FileHeader &header, RL2AudioTrack *audioTrack,
Common::SeekableReadStream *stream):
_header(header), _audioTrack(audioTrack), _fileStream(stream) {
- assert(header._backSize == 0 || header._backSize == (320 * 200));
// Calculate the frame rate
int fps = (header._soundRate > 0) ? header._rate / header._defSoundSize : 11025 / 1103;