mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
VIDEO: Fix typo with last commit
This commit is contained in:
parent
7484ba037c
commit
d38fa57d1b
@ -375,7 +375,7 @@ bool SmackerDecoder::loadStream(Common::SeekableReadStream *stream) {
|
||||
// Read in the Smacker header
|
||||
_header.signature = _fileStream->readUint32BE();
|
||||
|
||||
if (_header.signature != MKTAG('S', 'M', 'K', '2') && _header.signature == MKTAG('S', 'M', 'K', '4'))
|
||||
if (_header.signature != MKTAG('S', 'M', 'K', '2') && _header.signature != MKTAG('S', 'M', 'K', '4'))
|
||||
return false;
|
||||
|
||||
uint32 width = _fileStream->readUint32LE();
|
||||
|
Loading…
x
Reference in New Issue
Block a user