diff options
| author | Eugene Sandulenko | 2007-03-04 15:45:51 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2007-03-04 15:45:51 +0000 |
| commit | 43625ecc3adf4385f913c56eedf0d735b2e66247 (patch) | |
| tree | 6a2023f492666b94c6755172d0ec07babb707435 | |
| parent | 2a871cfef20d1a55abea1be090ed6473f43019e0 (diff) | |
| download | scummvm-rg350-43625ecc3adf4385f913c56eedf0d735b2e66247.tar.gz scummvm-rg350-43625ecc3adf4385f913c56eedf0d735b2e66247.tar.bz2 scummvm-rg350-43625ecc3adf4385f913c56eedf0d735b2e66247.zip | |
Remove wrong gob2 Mac entry.
svn-id: r25978
| -rw-r--r-- | engines/gob/detection.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 89f563a415..53932c35ea 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -346,22 +346,6 @@ static const GOBGameDescription gameDescriptions[] = { "", { {"intro.stk", 0, "b45b984ee8017efd6ea965b9becd4d66", 828443}, - {"musmac1.mid", 0, "a02553bd7b42e1bc1d24bac1f089dc6d", 124540}, - {NULL, 0, NULL, 0} - }, - UNK_LANG, - kPlatformMacintosh, - Common::ADGF_NO_FLAGS - }, - GF_GOB2, - "intro" - }, - { // Supplied by fac76 in bug report #1673397 - { - "gob2", - "", - { - {"intro.stk", 0, "b45b984ee8017efd6ea965b9becd4d66", 828443}, {"musmac1.mid", 0, "7f96f491448c7a001b32df89cf8d2af2", 1658}, {NULL, 0, NULL, 0} }, |
