[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.59,1.60 gameDetector.h,1.19,1.20

Travis Howell kirben at users.sourceforge.net
Sat Jan 11 07:39:04 CET 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv14219/common

Modified Files:
	gameDetector.cpp gameDetector.h 
Log Message:

More simon 2 targets (amiga/mac ports)


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- gameDetector.cpp	4 Jan 2003 09:02:47 -0000	1.59
+++ gameDetector.cpp	11 Jan 2003 15:38:36 -0000	1.60
@@ -158,6 +158,8 @@
 	{"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "SIMON.GME"},	
 	{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30"},
 	{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30."},
+	{"simon2amiga", "Simon the Sorcerer 2 Talkie for Amiga", GID_SIMON_FIRST+23, 99, 99, 99, 0, "GSPTR30."},
+	{"simon2mac", "Simon the Sorcerer 2 Talkie for Mac", GID_SIMON_FIRST+23, 99, 99, 99, 0, "GSPTR30."},
 	{"simon1demo", "Simon the Sorcerer 1 for DOS (Demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0, "GDEMO"}, 
 	{"simon2demo", "Simon the Sorcerer 2 Talkie for DOS (Demo)", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30"}, 
 

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gameDetector.h	31 Dec 2002 02:09:56 -0000	1.19
+++ gameDetector.h	11 Jan 2003 15:38:37 -0000	1.20
@@ -56,7 +56,7 @@
 
 	/* Simon the Sorcerer */
 	GID_SIMON_FIRST = 20,
-	GID_SIMON_LAST = GID_SIMON_FIRST + 8
+	GID_SIMON_LAST = GID_SIMON_FIRST + 23
 };
 
 enum GameFeatures {





More information about the Scummvm-git-logs mailing list