MP3 cd music patch - still WIP, VBR doesn't work, compress the audio track X to MP3 CBR and name them trackX.mp3 in the game directory - only tested with Loom
svn-id: r3861
This commit is contained in:
parent
7961107156
commit
cbad525cd3
7 changed files with 467 additions and 8 deletions
|
@ -2476,7 +2476,7 @@ void Scumm::decodeParseString() {
|
|||
int delay = (int)(getVarOrDirectWord(0x40) * 7.5) + 10;
|
||||
|
||||
if (_gameId == GID_LOOM256)
|
||||
cd_play(1, 0, offset, delay);
|
||||
cd_play(this, 1, 0, offset, delay);
|
||||
else
|
||||
warning("parseString: 8");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue