diff options
Diffstat (limited to 'engines/gob/coktelvideo.cpp')
-rw-r--r-- | engines/gob/coktelvideo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp index 1c19e4b513..55b5e61c31 100644 --- a/engines/gob/coktelvideo.cpp +++ b/engines/gob/coktelvideo.cpp @@ -1006,6 +1006,9 @@ bool Vmd::load(Common::SeekableReadStream &stream) { } } + if (_externalCodec && _codecIndeo3) + _features |= kFeaturesSupportsDouble; + _soundFreq = _stream->readSint16LE(); _soundSliceSize = _stream->readSint16LE(); _soundSlicesCount = _stream->readSint16LE(); |