[Scummvm-cvs-logs] SF.net SVN: scummvm:[40222] scummvm/trunk/engines/agos/detection_tables.h

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri May 1 07:23:55 CEST 2009


Revision: 40222
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40222&view=rev
Author:   Kirben
Date:     2009-05-01 05:23:55 +0000 (Fri, 01 May 2009)

Log Message:
-----------
Fix inventory regression in the PC version of PN.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/detection_tables.h

Modified: scummvm/trunk/engines/agos/detection_tables.h
===================================================================
--- scummvm/trunk/engines/agos/detection_tables.h	2009-05-01 04:16:08 UTC (rev 40221)
+++ scummvm/trunk/engines/agos/detection_tables.h	2009-05-01 05:23:55 UTC (rev 40222)
@@ -99,7 +99,7 @@
 			"Floppy",
 
 			{
-	{ "01.out",		GAME_ICONFILE,	"3a2a4c3e07dfbc4b309deade0af37baf", -1},
+	{ "01.out",		0,		"3a2a4c3e07dfbc4b309deade0af37baf", -1},
 	{ "icon.out",		GAME_ICONFILE,	"40d8347c3154bfa8b642d6860a4b9481", -1},
 	{ "night.dbm",		GAME_BASEFILE,	"177311ae059243f6a2740e950585d786", -1},
 	{ "night.txt",		GAME_TEXTFILE,	"861fc1fa0864eef585f5865dee52e325", -1},
@@ -122,7 +122,7 @@
 			"Floppy",
 
 			{
-	{ "01.out",		GAME_ICONFILE,	"7f3e2a7a3aad016ad1bf540fcbe031ca", -1},
+	{ "01.out",		0,		"7f3e2a7a3aad016ad1bf540fcbe031ca", -1},
 	{ "icon.out",		GAME_ICONFILE,	"40d8347c3154bfa8b642d6860a4b9481", -1},
 	{ "night.dbm",		GAME_BASEFILE,	"177311ae059243f6a2740e950585d786", -1},
 	{ "night.txt",		GAME_TEXTFILE,	"861fc1fa0864eef585f5865dee52e325", -1},


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