aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2002-12-21 12:34:17 +0000
committerMax Horn2002-12-21 12:34:17 +0000
commit060562c2773cdfc28b78d1c08977070d94673ec2 (patch)
tree6b0836fd340d2fdebaddaf82abc28d56b15b89a3 /common
parent3b28dcbe3489d7459e58b63212b01118c0b10f9b (diff)
downloadscummvm-rg350-060562c2773cdfc28b78d1c08977070d94673ec2.tar.gz
scummvm-rg350-060562c2773cdfc28b78d1c08977070d94673ec2.tar.bz2
scummvm-rg350-060562c2773cdfc28b78d1c08977070d94673ec2.zip
partial checkin of patch #655594 (handling Y/N questions); cleanup
svn-id: r6042
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 2f494776c3..973fe9f178 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -87,9 +87,9 @@ 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_ADLIB_DEFAULT, "00.LFL"},
+ GF_SMALL_HEADER | GF_SMALL_NAMES | GF_OLD256 | GF_NO_SCALLING | GF_ADLIB_DEFAULT, "00.LFL"},
{"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, "00.LFL"},
+ GF_SMALL_HEADER | GF_SMALL_NAMES | GF_OLD256 | GF_AUDIOTRACKS | GF_NO_SCALLING, "00.LFL"},
{"loom", "Loom", GID_LOOM, 3, 5, 40,
GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_OLD_BUNDLE | GF_16COLOR | GF_NO_SCALLING, "00.LFL"},