aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-01 17:12:56 -0400
committerMatthew Hoops2011-05-01 17:19:40 -0400
commit3af0bc92a221d395d7f44e7d8e5530cafaa3411b (patch)
tree93213d3648d1a5e3240e2805d9f44b9a02a68ed0
parentcf41ac0fec13c1191fd107bf25505713aa60afde (diff)
downloadscummvm-rg350-3af0bc92a221d395d7f44e7d8e5530cafaa3411b.tar.gz
scummvm-rg350-3af0bc92a221d395d7f44e7d8e5530cafaa3411b.tar.bz2
scummvm-rg350-3af0bc92a221d395d7f44e7d8e5530cafaa3411b.zip
SCUMM: Fix v60he games
-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: