[Scummvm-cvs-logs] SF.net SVN: scummvm: [23315] scummvm/trunk/engines/agi/agi.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 26 15:29:47 CEST 2006


Revision: 23315
Author:   sev
Date:     2006-06-26 06:29:40 -0700 (Mon, 26 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23315&view=rev

Log Message:
-----------
Patch #1512689: "Fixing AGI Game Detection"

Modified Paths:
--------------
    scummvm/trunk/engines/agi/agi.cpp
Modified: scummvm/trunk/engines/agi/agi.cpp
===================================================================
--- scummvm/trunk/engines/agi/agi.cpp	2006-06-26 10:05:38 UTC (rev 23314)
+++ scummvm/trunk/engines/agi/agi.cpp	2006-06-26 13:29:40 UTC (rev 23315)
@@ -446,7 +446,7 @@
 };
 
 static const GameSettings agi_settings[] = {
-	{"agi", "AGI game", GID_AGI, MDT_ADLIB, "VIEWDIR"},
+	{"agi", "AGI game", GID_AGI, MDT_ADLIB, "OBJECT"},
 	{NULL, NULL, 0, 0, NULL}
 };
 


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