[Scummvm-cvs-logs] SF.net SVN: scummvm:[39205] scummvm/trunk/engines/saga/detection_tables.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Mar 7 21:54:34 CET 2009
Revision: 39205
http://scummvm.svn.sourceforge.net/scummvm/?rev=39205&view=rev
Author: thebluegr
Date: 2009-03-07 20:54:34 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Fixed bug #2665117 - "ITE: Italian Floppy version wrong size"
Modified Paths:
--------------
scummvm/trunk/engines/saga/detection_tables.h
Modified: scummvm/trunk/engines/saga/detection_tables.h
===================================================================
--- scummvm/trunk/engines/saga/detection_tables.h 2009-03-07 20:33:29 UTC (rev 39204)
+++ scummvm/trunk/engines/saga/detection_tables.h 2009-03-07 20:54:34 UTC (rev 39205)
@@ -565,7 +565,7 @@
"ite",
"Floppy",
{
- {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905102},
+ {"ite.rsc", GAME_RESOURCEFILE, "8f4315a9bb10ec839253108a032c8b54", 8905108},
{"scripts.rsc", GAME_SCRIPTFILE, "516f7330f8410057b834424ea719d1ef", -1},
{ NULL, 0, NULL, 0}
},
@@ -799,6 +799,7 @@
{"fta.hrs", GAME_RESOURCEFILE, "c34a5ee5f1a14a87712a35c4a209a033", 213376},
{"scripts.hrs", GAME_SCRIPTFILE, "95f33928f6c4f02ee04d2ec5c3314c30", 1041948},
{"ftasound.hrs", GAME_SOUNDFILE, "ce930cb38922e6a03461f55d51b4e165", 12403350},
+ {"ftaimage.hrs", GAME_IMAGEFILE, "09bb003733b20f924e2e373d2ddcd394", 21127397},
{ NULL, 0, NULL, 0}
},
Common::EN_ANY,
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