TINSEL: Improve support for DW mac demo (see bug #3110936)

svn-id: r54811
This commit is contained in:
Max Horn 2010-12-07 18:00:18 +00:00
parent 20de55129f
commit 9a0c20a45f
3 changed files with 4 additions and 7 deletions

View file

@ -46,8 +46,6 @@ byte *FindChunk(SCNHANDLE handle, uint32 chunk) {
byte *bptr = LockMem(handle);
uint32 *lptr = (uint32 *)bptr;
uint32 add;
bool bigEndian = (_vm->getFeatures() & GF_BIG_ENDIAN) != 0;
assert(!bigEndian); // Big endian data not yet supported
// Initial adjustmnet for Tinsel 1 chunk types
if ((TinselVersion != TINSEL_V2) && (chunk >= CHUNK_SCENE) &&