aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/scn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/scn.cpp')
-rw-r--r--engines/tinsel/scn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/scn.cpp b/engines/tinsel/scn.cpp
index 2825a90fe3..e0b4188b90 100644
--- a/engines/tinsel/scn.cpp
+++ b/engines/tinsel/scn.cpp
@@ -55,7 +55,7 @@ byte *FindChunk(SCNHANDLE handle, uint32 chunk) {
// V0 chunk types can be found by substracting 2 from the
// chunk type. Note that CHUNK_STRING and CHUNK_BITMAP are
// the same in V0 and V1
- if (TinselVersion == TINSEL_V0 &&
+ if (TinselVersion == TINSEL_V0 &&
chunk != CHUNK_STRING && chunk != CHUNK_BITMAP)
chunk -= 0x2L;