aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/detection_tables.h
diff options
context:
space:
mode:
authorFilippos Karapetis2012-07-15 15:00:00 +0300
committerFilippos Karapetis2012-07-15 15:00:00 +0300
commita5af61005c4a2f3daacc40c81da06ff344c9bbd3 (patch)
tree98eff8be5b7f261dba5ec849e5b3b23c06c12916 /engines/tinsel/detection_tables.h
parentd4a354c17f811faa916bf548a11a88cb51c3b7b2 (diff)
downloadscummvm-rg350-a5af61005c4a2f3daacc40c81da06ff344c9bbd3.tar.gz
scummvm-rg350-a5af61005c4a2f3daacc40c81da06ff344c9bbd3.tar.bz2
scummvm-rg350-a5af61005c4a2f3daacc40c81da06ff344c9bbd3.zip
TINSEL: Remove the GF_BIG_ENDIAN flag
Diffstat (limited to 'engines/tinsel/detection_tables.h')
-rw-r--r--engines/tinsel/detection_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 5f305f06e4..631c2dce14 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -86,7 +86,7 @@ static const TinselGameDescription gameDescriptions[] = {
},
GID_DW1,
0,
- GF_SCNFILES | GF_BIG_ENDIAN,
+ GF_SCNFILES,
TINSEL_V1,
},
#endif
@@ -491,7 +491,7 @@ static const TinselGameDescription gameDescriptions[] = {
},
GID_DW1,
0,
- GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT | GF_BIG_ENDIAN,
+ GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
TINSEL_V1,
},