[Scummvm-cvs-logs] CVS: scummvm/backends/wince findgame.cpp,1.7,1.8

Nicolas Bacca arisme at users.sourceforge.net
Sun Dec 1 15:25:55 CET 2002


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv18733

Modified Files:
	findgame.cpp 
Log Message:
Fix Monkey 1 VGA floppy detection and game number

Index: findgame.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/findgame.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- findgame.cpp	19 Nov 2002 08:27:31 -0000	1.7
+++ findgame.cpp	1 Dec 2002 23:24:02 -0000	1.8
@@ -41,7 +41,7 @@
 
 extern Config *g_config;
 
-#define MAX_GAMES 20
+#define MAX_GAMES 23
 int MAX_DIRECTORY = 40;
 
 #define MAX_DISPLAYED_DIRECTORIES 7
@@ -159,8 +159,8 @@
 	{
 		 "Monkey Island 1 VGA dk",
 		 "Completable, no sound",
-		 "monkey1vga", "", "",
-		 "monkey1vga",
+		 "monkeyvga", "", "",
+		 "monkeyvga",
 		 0
 	},
 	{





More information about the Scummvm-git-logs mailing list