aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection_tables.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:35:10 +0000
committerEugene Sandulenko2010-06-15 10:35:10 +0000
commitc7e9b620eef9973beee5f2055fb37308682d86ff (patch)
treee801a6f09a5c5cad88faf3a7328ce9c3eaad18c4 /engines/agi/detection_tables.h
parent0a1a9194064a96673b45d856f06dbb689838d746 (diff)
downloadscummvm-rg350-c7e9b620eef9973beee5f2055fb37308682d86ff.tar.gz
scummvm-rg350-c7e9b620eef9973beee5f2055fb37308682d86ff.tar.bz2
scummvm-rg350-c7e9b620eef9973beee5f2055fb37308682d86ff.zip
AGI: properly setup Sound var.
svn-id: r49752
Diffstat (limited to 'engines/agi/detection_tables.h')
-rw-r--r--engines/agi/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 9c915b12f5..a3e95241c1 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -166,7 +166,7 @@ static const AGIGameDescription gameDescriptions[] = {
// Gold Rush! (Apple IIgs) 1.0M 2/28/89 (CE) aka 2.01 12/22/88
// Menus not tested
- GAME3_P("goldrush", "1.0M 1989-02-28 (CE) aka 2.01 1988-12-22", "grdir", "3f7b9ce62631434389f85371b11921d6", 0x3149, 0, GID_GOLDRUSH, Common::kPlatformApple2GS),
+ GAME3_P("goldrush", "1.0M 1989-02-28 (CE) aka 2.01 1988-12-22", "grdir", "3f7b9ce62631434389f85371b11921d6", 0x3149, GF_2GSOLDSOUND, GID_GOLDRUSH, Common::kPlatformApple2GS),
// Gold Rush! (ST) 1.01 1/13/89 aka 2.01 12/22/88
GAME3_P("goldrush", "1.01 1989-01-13 aka 2.01 1988-12-22", "grdir", "4dd4d50480a3d6c206fa227ce8142735", 0x3149, 0, GID_GOLDRUSH, Common::kPlatformAtariST),