diff options
author | Matthew Hoops | 2011-05-01 17:12:56 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-01 17:12:56 -0400 |
commit | 83cd8268ad1dfe399ab68b15ca2b83961d2ec192 (patch) | |
tree | ff33d1fe6006ce68e681debdbe5dccef6daf5011 /engines/scumm | |
parent | a896125ee40725cd3f98a0fc8b33f20c590c7c18 (diff) | |
download | scummvm-rg350-83cd8268ad1dfe399ab68b15ca2b83961d2ec192.tar.gz scummvm-rg350-83cd8268ad1dfe399ab68b15ca2b83961d2ec192.tar.bz2 scummvm-rg350-83cd8268ad1dfe399ab68b15ca2b83961d2ec192.zip |
SCUMM: Fix v60he games
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 6db3ea740a..5115a1d5b9 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -1131,6 +1131,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co break; case 62: case 61: + case 60: *engine = new ScummEngine_v60he(syst, res); break; default: |