diff options
author | David Symonds | 2007-01-08 04:45:09 +0000 |
---|---|---|
committer | David Symonds | 2007-01-08 04:45:09 +0000 |
commit | 4f9f4641b6203dea834546f289ce8e2c94d08eba (patch) | |
tree | e45cc15e933ddf1458cc7d24bbc0759f59406830 | |
parent | 216bcae2111156cd82791f2919d438b1f548cfe3 (diff) | |
download | scummvm-rg350-4f9f4641b6203dea834546f289ce8e2c94d08eba.tar.gz scummvm-rg350-4f9f4641b6203dea834546f289ce8e2c94d08eba.tar.bz2 scummvm-rg350-4f9f4641b6203dea834546f289ce8e2c94d08eba.zip |
Disable duplicate detection entry for AGI game MUMG.
svn-id: r25052
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 31bbb8c9b1..af15da891c 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -500,6 +500,7 @@ static const AGIGameDescription gameDescriptions[] = { }, +#if 0 { // Sarien Name == Mixed Up Mother Goose (PC) [AGI 2.915] (Broken) { @@ -513,6 +514,7 @@ static const AGIGameDescription gameDescriptions[] = { 0, 0x2917, }, +#endif { |