[Scummvm-cvs-logs] scummvm master -> 927ff67ce6c7eb026c3cd6e85b628eebf8511e2b

Kirben kirben at optusnet.com.au
Tue Jun 30 05:50:09 CEST 2015


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:
927ff67ce6 AGOS: List Infocom versions of Simon the Sorcerer 1 during detections.


Commit: 927ff67ce6c7eb026c3cd6e85b628eebf8511e2b
    https://github.com/scummvm/scummvm/commit/927ff67ce6c7eb026c3cd6e85b628eebf8511e2b
Author: Kirben (kirben at optusnet.com.au)
Date: 2015-06-30T13:49:01+10:00

Commit Message:
AGOS: List Infocom versions of Simon the Sorcerer 1 during detections.

Changed paths:
    engines/agos/detection_tables.h



diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 2f4709c..793d408 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -1385,7 +1385,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 	{
 		{
 			"simon1",
-			"Floppy",
+			"Infocom Floppy",
 
 			{
 	{ "gamepc",		GAME_BASEFILE,	"9f93d27432ce44a787eef10adb640870", 37070},
@@ -1409,7 +1409,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 	{
 		{
 			"simon1",
-			"Floppy",
+			"Infocom Floppy",
 
 			{
 	{ "gamepc",		GAME_BASEFILE,	"62de24fc579b94fac7d3d23201b65b14", -1},
@@ -1599,11 +1599,11 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE
 	},
 
-	// Simon the Sorcerer 1 - English DOS CD alternate?
+	// Simon the Sorcerer 1 - English DOS CD  (Infocom)
 	{
 		{
 			"simon1",
-			"CD",
+			"Infocom CD",
 
 			{
 	{ "gamepc",		GAME_BASEFILE,	"c0b948b6821d2140f8b977144f21027a", -1},






More information about the Scummvm-git-logs mailing list