aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/handle.cpp
diff options
context:
space:
mode:
authorMax Horn2010-12-07 18:00:18 +0000
committerMax Horn2010-12-07 18:00:18 +0000
commit9a0c20a45fe18f13d02f31c0201248521df8d8a5 (patch)
treed2c4b3b153d10fcef73bbc4d68787110293d399a /engines/tinsel/handle.cpp
parent20de55129f4cfa1b9ccaa0b04604cb1a0208b2e7 (diff)
downloadscummvm-rg350-9a0c20a45fe18f13d02f31c0201248521df8d8a5.tar.gz
scummvm-rg350-9a0c20a45fe18f13d02f31c0201248521df8d8a5.tar.bz2
scummvm-rg350-9a0c20a45fe18f13d02f31c0201248521df8d8a5.zip
TINSEL: Improve support for DW mac demo (see bug #3110936)
svn-id: r54811
Diffstat (limited to 'engines/tinsel/handle.cpp')
-rw-r--r--engines/tinsel/handle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp
index 2307d95a61..a48fd2ca1f 100644
--- a/engines/tinsel/handle.cpp
+++ b/engines/tinsel/handle.cpp
@@ -107,8 +107,6 @@ void SetupHandleTable() {
if (f.open(TinselV1PSX? PSX_INDEX_FILENAME : INDEX_FILENAME)) {
// get size of index file
len = f.size();
- if (TinselV1Mac)
- len -= 2; // Macintosh version has two redundant ending bytes
if (len > 0) {
if ((len % RECORD_SIZE) != 0) {