aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound_amiga_eob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound/sound_amiga_eob.cpp')
-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;