[Scummvm-cvs-logs] SF.net SVN: scummvm: [31190] scummvm/trunk/engines/agos/detection_tables.h

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed Mar 19 02:22:28 CET 2008


Revision: 31190
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31190&view=rev
Author:   Kirben
Date:     2008-03-18 18:22:28 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
Correct extra field for Amiga floppy versions of Simon the Sorcerer 1.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/detection_tables.h

Modified: scummvm/trunk/engines/agos/detection_tables.h
===================================================================
--- scummvm/trunk/engines/agos/detection_tables.h	2008-03-18 19:32:00 UTC (rev 31189)
+++ scummvm/trunk/engines/agos/detection_tables.h	2008-03-19 01:22:28 UTC (rev 31190)
@@ -814,11 +814,11 @@
 		GF_TALKIE
 	},
 
-	// Simon the Sorcerer 1 - English Amiga ECS Floppy
+	// Simon the Sorcerer 1 - English Amiga OCS Floppy
 	{
 		{
 			"simon1",
-			"ECS Floppy",
+			"OCS Floppy",
 
 			{
 	{ "gameamiga",		GAME_BASEFILE,	"bb94a688e247695d912cce9d0173d73a", -1},
@@ -837,11 +837,11 @@
 		GF_32COLOR | GF_CRUNCHED | GF_OLD_BUNDLE | GF_PLANAR
 	},
 
-	// Simon the Sorcerer 1 - English Amiga ECS Demo
+	// Simon the Sorcerer 1 - English Amiga OCS Demo
 	{
 		{
 			"simon1",
-			"ECS Demo",
+			"OCS Demo",
 
 			{
 	{ "gameamiga",		GAME_BASEFILE,	"4696309eed9d7335c62ebb87a0f006ad", -1},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list