From 2dd1dd53000918abba04156845fce2f50182657e Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 30 Jul 2007 19:54:51 +0000 Subject: Fixing Full Throttle. If I understand the code correctly, this *should* be correct not break anything else. ;) svn-id: r28338 --- engines/scumm/imuse_digi/dimuse_sndmgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/imuse_digi/dimuse_sndmgr.cpp b/engines/scumm/imuse_digi/dimuse_sndmgr.cpp index 625a24ef81..be80cb73e8 100644 --- a/engines/scumm/imuse_digi/dimuse_sndmgr.cpp +++ b/engines/scumm/imuse_digi/dimuse_sndmgr.cpp @@ -136,11 +136,11 @@ void ImuseDigiSndMgr::prepareSound(byte *ptr, SoundDesc *sound) { int32 offset = READ_LE_UINT16(ptr + 20); int16 code = READ_LE_UINT16(ptr + 24); - sound->numRegions = 70; + sound->numRegions = 0; sound->region = new Region[70]; assert(sound->region); - sound->numJumps = 1; + sound->numJumps = 0; sound->jump = new Jump[1]; assert(sound->jump); -- cgit v1.2.3