aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
diff options
context:
space:
mode:
authorTravis Howell2002-09-21 13:48:03 +0000
committerTravis Howell2002-09-21 13:48:03 +0000
commitf1a273e09240d6a439cccbe5dffa99a54cc43229 (patch)
tree010a738669c4ec193a0c0ef36913499c6f930eb7 /common/gameDetector.cpp
parenta2a3fb5636b3d12301490db715c5732f5e211915 (diff)
downloadscummvm-rg350-f1a273e09240d6a439cccbe5dffa99a54cc43229.tar.gz
scummvm-rg350-f1a273e09240d6a439cccbe5dffa99a54cc43229.tar.bz2
scummvm-rg350-f1a273e09240d6a439cccbe5dffa99a54cc43229.zip
Add the following patches:
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986
Diffstat (limited to 'common/gameDetector.cpp')
-rw-r--r--common/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 2316331e73..22b5902e51 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -363,7 +363,7 @@ static const VersionSettings version_settings[] = {
/* Scumm Version 3 */
{"indy3", "Indiana Jones and the Last Crusade (256)", GID_INDY3_256, 3, 0, 22,
- GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_OLD256 | GF_NO_SCALLING},
+ GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_OLD256 | GF_NO_SCALLING | GF_ADLIB_DEFAULT},
{"zak256", "Zak McKracken and the Alien Mindbenders (256)", GID_ZAK256, 3, 0, 0,
GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_OLD256 | GF_AUDIOTRACKS | GF_NO_SCALLING},
{"loom", "Loom", GID_LOOM, 3, 5, 40,