diff options
author | Kari Salminen | 2009-02-07 19:47:26 +0000 |
---|---|---|
committer | Kari Salminen | 2009-02-07 19:47:26 +0000 |
commit | 634deef6834a8f3407423b14d2232d1b5597f6f4 (patch) | |
tree | a03df16d0740cd881a923695fcc4f1451183e160 | |
parent | 25b7a425477adfe3b51f3298996ef99880317776 (diff) | |
download | scummvm-rg350-634deef6834a8f3407423b14d2232d1b5597f6f4.tar.gz scummvm-rg350-634deef6834a8f3407423b14d2232d1b5597f6f4.tar.bz2 scummvm-rg350-634deef6834a8f3407423b14d2232d1b5597f6f4.zip |
Add detection entry for Gold Rush! 3.0 (Bought from The Software Farm, reported by Muyfa666 on the forums and in the bug report #2565036).
svn-id: r36246
-rw-r--r-- | engines/agi/detection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 4b59b39c32..d88b306af0 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -225,6 +225,9 @@ static const AGIGameDescription gameDescriptions[] = { // Gold Rush! (PC 3.5") 2.01 12/22/88 [AGI 3.002.149] GAME3("goldrush", "2.01 1988-12-22 3.5\"", "grdir", "6a285235745f69b4b421403659497216", 0x3149, GID_GOLDRUSH), + // Gold Rush! (PC 3.5", bought from The Software Farm) 3.0 1998-12-22 [AGI 3.002.149] + GAME3("goldrush", "3.0 1998-12-22 3.5\"", "grdir", "6882b6090473209da4cd78bb59f78dbe", 0x3149, GID_GOLDRUSH), + { // Gold Rush! (PC 5.25") 2.01 12/22/88 [AGI 3.002.149] { |