[Scummvm-cvs-logs] CVS: web compatibility.php,1.199,1.200

Travis Howell kirben at users.sourceforge.net
Sat Aug 9 00:56:02 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv21525

Modified Files:
	compatibility.php 
Log Message:

oh well


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- compatibility.php	9 Aug 2003 07:47:34 -0000	1.199
+++ compatibility.php	9 Aug 2003 07:55:44 -0000	1.200
@@ -59,9 +59,9 @@
 // This Array Defines the games and thier ratings, etc.
 $games = array(
 		'Maniac Mansion (original)'				=> array('1','maniac','50'),
-		'Maniac Mansion (enhanced)'				=> array('2','maniac ','70'),
+		'Maniac Mansion (enhanced)'				=> array('2','maniac','70'),
 		'Zak McKracken and the Alien Mindbenders (original)'	=> array('1','zak','40'),
-		'Zak McKracken and the Alien Mindbenders (enhanced)'	=> array('2','zak ','70'),
+		'Zak McKracken and the Alien Mindbenders (enhanced)'	=> array('2','zak','70'),
 		'Zak McKracken and the Alien Mindbenders (256 - FmTowns)' => array('3','zak256','85'),
 		'Indiana Jones and the Last Crusade'			=> array('3','indy3ega','80'),
 		'Indiana Jones and the Last Crusade (256)'		=> array('3','indy3','80'),
@@ -105,18 +105,17 @@
 	      );
 
 $notes = array(
-"maniac"	=> "Classic version still in progress, results may vary".
-		   "<br>- Actor costumes cause random crashes".
-		   "<br>- Actor masking and palette is broken".
-		   "<br>- No music or sound effects",
-"maniac "	=> "Enhanced PC version is completable, with several minor glitches".
+"maniac"	=> "Enhanced PC version is completable, with several minor glitches".
+		   "<br>Classic version still in progress, results may vary".
 		   "<br>- Both Amiga (Use Amiga option) and PC versions are supported by this target".
-		   "<br>- No music or sound effects with Amiga version",
-"zak"		=> "Classic version still in progress, results may vary".
-		   "<br>- Actor costumes cause random crashes".
-		   "<br>- Actor masking and palette is broken",
-"zak "		=> "Enhanced PC version is completable, with several minor glitches".
+		   "<br>- Classic PC version actor costumes cause random crashes".
+		   "<br>- Classic PC version actor masking and palette is broken".
+		   "<br>- No music or sound effects with Amiga and Classic PC versions",
+"zak"		=> "Enhanced PC version runs, with glitches. May be completable".
+		   "<br>Classic version still in progress, results may vary".
 		   "<br>- Both Amiga (Use Amiga option) and PC versions supported by this target".
+		   "<br>- Classic PC version actor costumes cause random crashes".
+		   "<br>- Classic PC version actor masking and palette is broken".
 		   "<br>- No music or sound effects with Amiga version",
 "indy3ega"	=> "Game is completable".
 		   "<br>- Amiga (Use Amiga option), Mac and PC versions supported by this target".





More information about the Scummvm-git-logs mailing list