diff options
author | Eugene Sandulenko | 2009-01-07 18:13:56 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-01-07 18:13:56 +0000 |
commit | 027a010275641cf2599b58eb5e4498cb348b4301 (patch) | |
tree | 74bebc452b0fe8a2dc351d65d235053a4d08ab7e /engines/agi | |
parent | 5cf67c6ed7121cccb7809c4c441ce90389ddad1d (diff) | |
download | scummvm-rg350-027a010275641cf2599b58eb5e4498cb348b4301.tar.gz scummvm-rg350-027a010275641cf2599b58eb5e4498cb348b4301.tar.bz2 scummvm-rg350-027a010275641cf2599b58eb5e4498cb348b4301.zip |
Fix bug #2484801: "PQ1/DOS/Englisv2.0G - One version is detected as MAC Version"
svn-id: r35769
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 94f3e35fac..f0f08f76f1 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -422,8 +422,8 @@ static const AGIGameDescription gameDescriptions[] = { // Police Quest 1 (Russian) GAME_LPS("pq1", "", "604cc8041d24c4c7e5fa8baf386ef76e", 360, Common::RU_RUS, 0x2917, GID_PQ1, Common::kPlatformPC), - // Police Quest 1 (Mac) 2.0G 12/3/87 - GAME_P("pq1", "2.0G 1987-12-03 5.25\"/ST", "231f3e28170d6e982fc0ced4c98c5c1c", 0x2440, GID_PQ1, Common::kPlatformMacintosh), + // Police Quest 1 2.0G 12/3/87 + GAME("pq1", "2.0G 1987-12-03 5.25\"/ST", "231f3e28170d6e982fc0ced4c98c5c1c", 0x2440, GID_PQ1), // Police Quest 1 (PC) 2.0G 12/3/87; entry from DAGII, but missing from Sarien? // not sure about disk format -- dsymonds |