aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource/staticres_eob.cpp
diff options
context:
space:
mode:
authorathrxx2019-04-06 18:01:05 +0200
committerathrxx2019-04-13 18:55:02 +0200
commitd84061c036dcf27efa9276a2f86619af0eac1dbe (patch)
tree423741db895dff7c15344e057fc1f6e7ba8e8c08 /engines/kyra/resource/staticres_eob.cpp
parent0ea6650837cce3007f0820acd17518f9809fd4a7 (diff)
downloadscummvm-rg350-d84061c036dcf27efa9276a2f86619af0eac1dbe.tar.gz
scummvm-rg350-d84061c036dcf27efa9276a2f86619af0eac1dbe.tar.bz2
scummvm-rg350-d84061c036dcf27efa9276a2f86619af0eac1dbe.zip
KYRA: (EOB2/Amiga) - fix German version monster sound
(Monster sounds are broken in the original, because the devs seem to have accidently left the sound track numbers from the DOS version. This will add a workaround.)
Diffstat (limited to 'engines/kyra/resource/staticres_eob.cpp')
-rw-r--r--engines/kyra/resource/staticres_eob.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/resource/staticres_eob.cpp b/engines/kyra/resource/staticres_eob.cpp
index c0ec2431b6..2082fc6ac4 100644
--- a/engines/kyra/resource/staticres_eob.cpp
+++ b/engines/kyra/resource/staticres_eob.cpp
@@ -1369,6 +1369,7 @@ void DarkMoonEngine::initStaticResource() {
_amigaSoundFiles2 = _staticres->loadStrings(kEoB2SoundFilesIngame2, temp);
_amigaSoundIndex1 = (const int8*)_staticres->loadRawData(kEoB2SoundIndex1, temp);
_amigaSoundIndex2 = _staticres->loadRawData(kEoB2SoundIndex2, temp);
+ _amigaSoundPatch = _staticres->loadRawData(kEoB2MonsterSoundPatchData, _amigaSoundPatchSize);
static const char *const errorSlotNoNameString[3] = {
" You must specify\r a name for your\r save game!",