diff options
-rw-r--r-- | scumm/scumm.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index f59bbee535..c39012645f 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -303,11 +303,11 @@ static const ScummGameSettings scumm_settings[] = { GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, // Humongous Entertainment Scumm Version 9.5 ? Scummsys.95 - {"pj2demo", "Pajama Sam 2: Thunder and Lightning Aren't so Frightening (Demo)", GID_HEGAME, 6, 90, 61, MDT_NONE, + {"pj2demo", "Pajama Sam 2: Thunder and Lightning Aren't so Frightening (Demo)", GID_HEGAME, 6, 95, 61, MDT_NONE, GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0}, - {"pajama2", "Pajama Sam 2: Thunder and Lightning Aren't so Frightening", GID_HEGAME, 6, 90, 61, MDT_NONE, + {"pajama2", "Pajama Sam 2: Thunder and Lightning Aren't so Frightening", GID_HEGAME, 6, 95, 61, MDT_NONE, GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, 0, 0}, - {"chase", "Spy Fox in Cheese Chase Game", GID_HEGAME, 6, 90, 61, MDT_NONE, + {"chase", "Spy Fox in Cheese Chase Game", GID_HEGAME, 6, 95, 61, MDT_NONE, GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, 0, 0}, // Humongous Entertainment Scumm Version 9.8 ? Scummsys.98 @@ -2791,6 +2791,7 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) { break; case 90: case 98: + case 95: engine = new ScummEngine_v90he(detector, syst, game, md5sum); break; case 80: |