[Scummvm-git-logs] scummvm master -> c55aeec6fe3be160711a9ff2ab19143954264bd1

rootfather lserramari at gmail.com
Tue Nov 1 13:58:59 CET 2016


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:
c55aeec6fe CHEWY: Add additional version information to detection entries


Commit: c55aeec6fe3be160711a9ff2ab19143954264bd1
    https://github.com/scummvm/scummvm/commit/c55aeec6fe3be160711a9ff2ab19143954264bd1
Author: rootfather (rootfather at scummvm.org)
Date: 2016-11-01T13:39:32+01:00

Commit Message:
CHEWY: Add additional version information to detection entries

Changed paths:
    engines/chewy/detection.cpp



diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index a59355f..f6f66ef 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -73,8 +73,9 @@ static const ChewyGameDescription gameDescriptions[] = {
 	
 	{
 		// Chewy - ESC von F5 - German
+		// Master version 1.1 (CHEWY.EXE - offset 0x8AB28)
 		// The source CD-ROM has the Matrix code SONOPRESS R-7885 B
-		// Most likely a newer re-release, it contains several demos and files from 1996
+		// The disc contains several demos and files from 1996
 		// Provided by rootfather
 		{
 			"chewy",
@@ -89,6 +90,7 @@ static const ChewyGameDescription gameDescriptions[] = {
 	
 	{
 		// Chewy - ESC von F5 - German
+		// Master version 1.0 (CHEWY.EXE - offset 0x8AB10)
 		// The source CD-ROM has the Matrix code SONOPRESS M-2742 A
 		// CD-ROM has the label "CHEWY_V1_0"
 		// Provided by rootfather





More information about the Scummvm-git-logs mailing list