[Scummvm-cvs-logs] scummvm master -> 0e5ae35e345d6e7f38177e158dcc871cf7a034d3

clone2727 clone2727 at gmail.com
Sun Jun 10 02:02:34 CEST 2012


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:
0e5ae35e34 SCUMM: Create proper engine for heversion 101


Commit: 0e5ae35e345d6e7f38177e158dcc871cf7a034d3
    https://github.com/scummvm/scummvm/commit/0e5ae35e345d6e7f38177e158dcc871cf7a034d3
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-06-09T17:00:45-07:00

Commit Message:
SCUMM: Create proper engine for heversion 101

Regression from 3968f3194893d88d1a8d73eef535b801e5415765

Changed paths:
    engines/scumm/detection.cpp



diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 95de1a8..ebf1a26 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -1135,6 +1135,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co
 		case 200:
 			*engine = new ScummEngine_vCUPhe(syst, res);
 			break;
+		case 101:
 		case 100:
 			*engine = new ScummEngine_v100he(syst, res);
 			break;






More information about the Scummvm-git-logs mailing list