VIDEO: Fix typo with last commit
This commit is contained in:
parent
7484ba037c
commit
d38fa57d1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue