[Scummvm-cvs-logs] SF.net SVN: scummvm: [24134] scummvm/trunk/engines/agos/game.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Oct 6 07:17:58 CEST 2006


Revision: 24134
          http://svn.sourceforge.net/scummvm/?rev=24134&view=rev
Author:   kirben
Date:     2006-10-05 22:17:54 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
Correct game titles for Elvira 1/2

Modified Paths:
--------------
    scummvm/trunk/engines/agos/game.cpp

Modified: scummvm/trunk/engines/agos/game.cpp
===================================================================
--- scummvm/trunk/engines/agos/game.cpp	2006-10-06 05:13:09 UTC (rev 24133)
+++ scummvm/trunk/engines/agos/game.cpp	2006-10-06 05:17:54 UTC (rev 24134)
@@ -67,8 +67,8 @@
 };
 
 static const PlainGameDescriptor simonGames[] = {
-	{"elvira1", "Elvira"},
-	{"elvira2", "Elvira 2"},
+	{"elvira1", "Elvira - Mistress of the Dark"},
+	{"elvira2", "Elvira II - The Jaws of Ceberus"},
 	{"waxworks", "Waxworks"},
 	{"simon1", "Simon the Sorcerer 1"},
 	{"simon2", "Simon the Sorcerer 2"},


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