[Scummvm-cvs-logs] scummvm master -> 83cd8268ad1dfe399ab68b15ca2b83961d2ec192
clone2727
clone2727 at gmail.com
Sun May 1 23:26:14 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
83cd8268ad SCUMM: Fix v60he games
Commit: 83cd8268ad1dfe399ab68b15ca2b83961d2ec192
https://github.com/scummvm/scummvm/commit/83cd8268ad1dfe399ab68b15ca2b83961d2ec192
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-05-01T14:12:56-07:00
Commit Message:
SCUMM: Fix v60he games
Changed paths:
engines/scumm/detection.cpp
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 6db3ea7..5115a1d 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:
More information about the Scummvm-git-logs
mailing list