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:
Travis Howell 2008-12-14 23:41:48 +00:00
parent 41499091b0
commit 9c20a533bb
10 changed files with 104 additions and 115 deletions

View file

@ -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();