diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp
index fa08923..547eb12 100644
a
|
b
|
static const MadeGameDescription gameDescriptions[] = {
|
413 | 413 | }, |
414 | 414 | |
415 | 415 | { |
| 416 | // The Manhole (Magnavox CD-ROM) - Similar to EGA Floppy, with CDDA Tracks |
| 417 | { |
| 418 | "manhole", |
| 419 | "Magnavox", |
| 420 | AD_ENTRY1("manhole.dat", "df77ad5232757d7149342fb6471de4ed"), |
| 421 | Common::EN_ANY, |
| 422 | Common::kPlatformPC, |
| 423 | ADGF_NO_FLAGS, |
| 424 | GUIO_NOSPEECH |
| 425 | }, |
| 426 | GID_MANHOLE, |
| 427 | 0, |
| 428 | GF_FLOPPY, |
| 429 | 1, |
| 430 | }, |
| 431 | |
| 432 | { |
416 | 433 | // Leather Goddesses of Phobos 2 (English) |
417 | 434 | { |
418 | 435 | "lgop2", |