[Scummvm-cvs-logs] SF.net SVN: scummvm: [22355] web/trunk/include/scr-categories.php
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Thu May 4 17:23:09 CEST 2006
Revision: 22355
Author: kirben
Date: 2006-05-04 17:22:16 -0700 (Thu, 04 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22355&view=rev
Log Message:
-----------
Use consistent order
Modified Paths:
--------------
web/trunk/include/scr-categories.php
Modified: web/trunk/include/scr-categories.php
===================================================================
--- web/trunk/include/scr-categories.php 2006-05-05 00:12:42 UTC (rev 22354)
+++ web/trunk/include/scr-categories.php 2006-05-05 00:22:16 UTC (rev 22355)
@@ -83,12 +83,12 @@
$cat = & new category(2, "Other games");
$cat->add(5, "cat-sky.png", "Beneath a Steel Sky");
$cat->add(0, "cat-bs1.png", "Broken Sword series");
-$cat->add(7, "cat-feeble.png", "The Feeble Files");
$cat->add(3, "cat-queen.png", "Flight of the Amazon Queen");
$cat->add(1, "cat-gob1.png", "Gobliiins series");
$cat->add(2, "cat-ite.png", "Inherit the Earth: Quest for the Orb");
+$cat->add(4, "cat-simon1.png", "Simon the Sorcerer series");
+$cat->add(7, "cat-feeble.png", "The Feeble Files");
$cat->add(6, "cat-kyra.png", "The Legend of Kyrandia series");
-$cat->add(4, "cat-simon1.png", "Simon the Sorcerer series");
// HE games
$cat = & new category(1, "Humongous Entertainment games");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list