[Scummvm-cvs-logs] SF.net SVN: scummvm: [28229] scummvm/trunk/engines/saga/detection_tables.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Jul 27 03:59:23 CEST 2007
Revision: 28229
http://scummvm.svn.sourceforge.net/scummvm/?rev=28229&view=rev
Author: thebluegr
Date: 2007-07-26 18:59:23 -0700 (Thu, 26 Jul 2007)
Log Message:
-----------
The p2_a.iaf file should now be played correctly with the English DOS CD and Floppy versions of ITE. Should fix bug #1751344 - "ITE: p2_a.iaf not played correctly"
Modified Paths:
--------------
scummvm/trunk/engines/saga/detection_tables.h
Modified: scummvm/trunk/engines/saga/detection_tables.h
===================================================================
--- scummvm/trunk/engines/saga/detection_tables.h 2007-07-27 01:41:58 UTC (rev 28228)
+++ scummvm/trunk/engines/saga/detection_tables.h 2007-07-27 01:59:23 UTC (rev 28229)
@@ -606,8 +606,8 @@
&ITECD_GameSound,
&ITECD_GameSound,
&ITEMACCD_GameMusic, // note: this version did not originally have digital music
- 0,
- NULL,
+ ARRAYSIZE(ITEPatch_Files),
+ ITEPatch_Files,
},
// Inherit the earth - DOS CD German version
@@ -697,8 +697,8 @@
&ITEDISK_GameSound,
&ITEDISK_GameSound,
&ITEMACCD_GameMusic, // note: this version did not originally have digital music
- 0,
- NULL,
+ ARRAYSIZE(ITEPatch_Files),
+ ITEPatch_Files,
},
// IHNM Section ///////////////////////////////////////////////////////////////////////////////////////////
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