mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
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"
svn-id: r28229
This commit is contained in:
parent
d6b08fc751
commit
178bf76aae
@ -606,8 +606,8 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
&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 @@ static const SAGAGameDescription gameDescriptions[] = {
|
||||
&ITEDISK_GameSound,
|
||||
&ITEDISK_GameSound,
|
||||
&ITEMACCD_GameMusic, // note: this version did not originally have digital music
|
||||
0,
|
||||
NULL,
|
||||
ARRAYSIZE(ITEPatch_Files),
|
||||
ITEPatch_Files,
|
||||
},
|
||||
|
||||
// IHNM Section ///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user