Ticket #8655: dimp.patch

File dimp.patch, 564 bytes (added by jvprat, 17 years ago)
  • engines/agos/detection.cpp

     
    133133        } else if (!scumm_stricmp("feeble", gameid)) {
    134134                *engine = new AGOS::AGOSEngine_Feeble(syst);
    135135
     136        } else if (!scumm_stricmp("dimp", gameid)) {
     137                *engine = new AGOS::AGOSEngine_PuzzlePack(syst);
    136138        } else if (!scumm_stricmp("jumble", gameid)) {
    137139                *engine = new AGOS::AGOSEngine_PuzzlePack(syst);
    138140        } else if (!scumm_stricmp("puzzle", gameid)) {