[Scummvm-cvs-logs] CVS: web demos.php,1.30,1.31

Jonathan Gray khalek at users.sourceforge.net
Fri Feb 20 19:21:02 CET 2004


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

Modified Files:
	demos.php 
Log Message:
Remove references to BASS from demo page, initally there were demos listed there but someone changed it to point to the full game, which is redundant and duplicates information.  Given we aren't going to be supporting the demos just remove the lines entirely.  Also change the references to queencomp to queen while here

Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- demos.php	18 Nov 2003 02:45:52 -0000	1.30
+++ demos.php	21 Feb 2004 03:08:44 -0000	1.31
@@ -93,16 +93,12 @@
 		=> array('', 'simon1acorn'),
 	'Simon the Sorcerer 2 Talkie (DOS demo)'
 		=> array('http://www.cowlark.com/scumm.dat/simon2demo.zip', 'simon2talkie'),
-	'Beneath A Steel Sky (FREEWARE FULL GAME - Floppy)'
-		=> array('http://www.mixnmojo.com/bss/BASS-Floppy.zip', 'sky'),
-	'Beneath A Steel Sky (FREEWARE FULL GAME - Talkie CD)'
-		=> array('http://prdownloads.sourceforge.net/scummvm/BASS-CD.zip?download', 'sky'),
 	'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', 'queencomp'),
+		=> 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', 'queencomp')
+		=> array('http://0x.7fc1.org/fotaq/fotaq_demo_pcgames.zip', 'queen')
 	);
 
 // render the demo list





More information about the Scummvm-git-logs mailing list