aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_lol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound_lol.cpp')
-rw-r--r--engines/kyra/sound_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp
index a37ec9f674..cb9be43b07 100644
--- a/engines/kyra/sound_lol.cpp
+++ b/engines/kyra/sound_lol.cpp
@@ -198,7 +198,7 @@ void LoLEngine::snd_playSoundEffect(int track, int volume) {
}
bool LoLEngine::snd_processEnvironmentalSoundEffect(int soundId, int block) {
- if (!LolEobBaseEngine::snd_processEnvironmentalSoundEffect(soundId, block))
+ if (!KyraRpgEngine::snd_processEnvironmentalSoundEffect(soundId, block))
return false;
if (block != _currentBlock) {