aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorTravis Howell2010-04-04 09:36:10 +0000
committerTravis Howell2010-04-04 09:36:10 +0000
commit753a73be293c4e1a768fe87545ea72606c93b32e (patch)
treec4cf3c1bcd9aff2d19307c30e093414588159b3d /engines/scumm/detection.cpp
parente4f588ae4cd666588a9055066304a67821daa005 (diff)
downloadscummvm-rg350-753a73be293c4e1a768fe87545ea72606c93b32e.tar.gz
scummvm-rg350-753a73be293c4e1a768fe87545ea72606c93b32e.tar.bz2
scummvm-rg350-753a73be293c4e1a768fe87545ea72606c93b32e.zip
Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.
svn-id: r48499
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 4e031d6672..d7761790aa 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -981,6 +981,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co
case 70:
*engine = new ScummEngine_v70he(syst, res);
break;
+ case 62:
case 61:
*engine = new ScummEngine_v60he(syst, res);
break;