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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Oct 8 02:01:02 CEST 2006


Revision: 24180
          http://svn.sourceforge.net/scummvm/?rev=24180&view=rev
Author:   kirben
Date:     2006-10-07 17:00:58 -0700 (Sat, 07 Oct 2006)

Log Message:
-----------
A few corrections for Elvira 1 game details

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

Modified: scummvm/trunk/engines/agos/game.cpp
===================================================================
--- scummvm/trunk/engines/agos/game.cpp	2006-10-07 21:22:32 UTC (rev 24179)
+++ scummvm/trunk/engines/agos/game.cpp	2006-10-08 00:00:58 UTC (rev 24180)
@@ -693,7 +693,7 @@
 	{
 		{
 			"elvira1",
-			"Floppy",
+			"Demo",
 			ARRAYSIZE(ELVIRA1AMIGADEMO_GameFiles),
 			ELVIRA1AMIGADEMO_GameFiles,
 			Common::EN_ANY,
@@ -721,14 +721,14 @@
 		GF_OLD_BUNDLE,
 	},
 
-	// Elvira - English DOS Floppy Alternative?
+	// Elvira - French DOS Floppy
 	{
 		{
 			"elvira1",
 			"Floppy",
 			ARRAYSIZE(ELVIRA1DOS2_GameFiles),
 			ELVIRA1DOS2_GameFiles,
-			Common::EN_ANY,
+			Common::FR_FRA,
 			Common::kPlatformPC,
 		},
 


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