Enable Smacker support, and switch later HE games to Smacker support (since they aren't supported yet).
svn-id: r35368
This commit is contained in:
parent
41499091b0
commit
9c20a533bb
10 changed files with 104 additions and 115 deletions
|
@ -547,7 +547,7 @@ bool MoviePlayerDXA::load() {
|
|||
|
||||
if (loadFile(filename)) {
|
||||
// The Broken Sword games always use external audio tracks.
|
||||
if (_fd->readUint32BE() != MKID_BE('NULL'))
|
||||
if (_fileStream->readUint32BE() != MKID_BE('NULL'))
|
||||
return false;
|
||||
|
||||
_frameBuffer = _vm->_screen->getScreen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue