From 02ecc7abb7ab53e88ae2edec332a38d8c85f1beb Mon Sep 17 00:00:00 2001 From: athrxx Date: Fri, 8 Mar 2019 15:02:01 +0100 Subject: KYRA: (EOB2/Amiga) - add static resources --- engines/kyra/sound/sound_amiga_eob.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/sound') 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; -- cgit v1.2.3