aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound
diff options
context:
space:
mode:
authorathrxx2019-03-08 15:02:01 +0100
committerathrxx2019-04-13 18:54:57 +0200
commit02ecc7abb7ab53e88ae2edec332a38d8c85f1beb (patch)
tree8fdd2498c1dcfc6acd36c7d091ff47e126c236a7 /engines/kyra/sound
parentd3c783457d458e6e03401366d75ac291a9a0b70e (diff)
downloadscummvm-rg350-02ecc7abb7ab53e88ae2edec332a38d8c85f1beb.tar.gz
scummvm-rg350-02ecc7abb7ab53e88ae2edec332a38d8c85f1beb.tar.bz2
scummvm-rg350-02ecc7abb7ab53e88ae2edec332a38d8c85f1beb.zip
KYRA: (EOB2/Amiga) - add static resources
Diffstat (limited to 'engines/kyra/sound')
-rw-r--r--engines/kyra/sound/sound_amiga_eob.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/sound/sound_amiga_eob.cpp b/engines/kyra/sound/sound_amiga_eob.cpp
index d2cf976ec9..eccf380a69 100644
--- a/engines/kyra/sound/sound_amiga_eob.cpp
+++ b/engines/kyra/sound/sound_amiga_eob.cpp
@@ -52,8 +52,8 @@ bool SoundAmiga_EoB::init() {
return false;
int temp = 0;
- _levelSoundList1 = _vm->staticres()->loadStrings(kEoB1BaseLevelSounds1, temp);
- _levelSoundList2 = _vm->staticres()->loadStrings(kEoB1BaseLevelSounds2, temp);
+ _levelSoundList1 = _vm->staticres()->loadStrings(kEoBBaseLevelSounds1, temp);
+ _levelSoundList2 = _vm->staticres()->loadStrings(kEoBBaseLevelSounds2, temp);
_ready = true;
return true;