[Scummvm-cvs-logs] CVS: web demos.php,1.51,1.52

Travis Howell kirben at users.sourceforge.net
Tue Oct 12 08:00:17 CEST 2004


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

Modified Files:
	demos.php 
Log Message:

re-order other game demos, to match.


Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- demos.php	8 Oct 2004 11:14:35 -0000	1.51
+++ demos.php	12 Oct 2004 14:58:28 -0000	1.52
@@ -137,18 +137,18 @@
 	);
 
 $MISC_demos = array(
-	'Simon the Sorcerer 1 (DOS demo)'
-		=> array('http://www.cowlark.com/scumm.dat/simon1demo.zip', 'simon1demo'),
-	'Simon the Sorcerer 1 Talkie (Acorn demo)'
-		=> array('http://quick.mixnmojo.com/demos/simondemo_acorn.rar', 'simon1acorn'),
-	'Simon the Sorcerer 2 Talkie (DOS demo)'
-		=> array('http://www.cowlark.com/scumm.dat/simon2demo.zip', 'simon2talkie'),
 	'Broken Sword II'
 		=> array('http://ftp.se.kde.org/pub/pc/games/pcgameworld/demos/bs2-demo.zip', 'sword2demo'),
 	'Flight of the Amazon Queen (Datafile only)'
 		=> array('http://0x.7fc1.org/fotaq/fotaq_demo.zip', 'queen'),
 	'Flight of the Amazon Queen (PCGAMES demo, Datafile only)'
-		=> array('http://0x.7fc1.org/fotaq/fotaq_demo_pcgames.zip', 'queen')
+		=> array('http://0x.7fc1.org/fotaq/fotaq_demo_pcgames.zip', 'queen'),
+	'Simon the Sorcerer 1 (DOS demo)'
+		=> array('http://www.cowlark.com/scumm.dat/simon1demo.zip', 'simon1demo'),
+	'Simon the Sorcerer 1 Talkie (Acorn demo)'
+		=> array('http://quick.mixnmojo.com/demos/simondemo_acorn.rar', 'simon1acorn'),
+	'Simon the Sorcerer 2 Talkie (DOS demo)'
+		=> array('http://www.cowlark.com/scumm.dat/simon2demo.zip', 'simon2talkie')
 	);
 
 function render_demos($title, $demos) {





More information about the Scummvm-git-logs mailing list