[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.443,1.444

Travis Howell kirben at users.sourceforge.net
Fri Jul 30 04:48:13 CEST 2004


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22595/simon

Modified Files:
	simon.cpp 
Log Message:

Switch detect filename back to prevent conflict for now.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -d -r1.443 -r1.444
--- simon.cpp	30 Jul 2004 11:02:47 -0000	1.443
+++ simon.cpp	30 Jul 2004 11:47:27 -0000	1.444
@@ -63,7 +63,7 @@
 
 static const SimonGameSettings simon_settings[] = {
 	// Simon the Sorcerer 1 & 2 (not SCUMM games)
-	{"simon1acorn", "Simon the Sorcerer 1 (Acorn)", GAME_SIMON1ACORN, "GAMEBASE"},
+	{"simon1acorn", "Simon the Sorcerer 1 (Acorn)", GAME_SIMON1ACORN, "DATA"},
 	{"simon1dos", "Simon the Sorcerer 1 (DOS)", GAME_SIMON1DOS, "GAMEPC"},
 	{"simon1amiga", "Simon the Sorcerer 1 (Amiga)", GAME_SIMON1AMIGA, "gameamiga"},
 	{"simon2dos", "Simon the Sorcerer 2 (DOS)", GAME_SIMON2DOS, "GAME32"},





More information about the Scummvm-git-logs mailing list