aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-01 17:12:56 -0400
committerMatthew Hoops2011-05-01 17:12:56 -0400
commit83cd8268ad1dfe399ab68b15ca2b83961d2ec192 (patch)
treeff33d1fe6006ce68e681debdbe5dccef6daf5011 /engines/scumm/detection.cpp
parenta896125ee40725cd3f98a0fc8b33f20c590c7c18 (diff)
downloadscummvm-rg350-83cd8268ad1dfe399ab68b15ca2b83961d2ec192.tar.gz
scummvm-rg350-83cd8268ad1dfe399ab68b15ca2b83961d2ec192.tar.bz2
scummvm-rg350-83cd8268ad1dfe399ab68b15ca2b83961d2ec192.zip
SCUMM: Fix v60he games
Diffstat (limited to 'engines/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp1
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: