aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/lol.cpp')
-rw-r--r--engines/kyra/lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp
index 3af65d9b7a..3695041b83 100644
--- a/engines/kyra/lol.cpp
+++ b/engines/kyra/lol.cpp
@@ -535,7 +535,7 @@ Common::Error LoLEngine::go() {
_sound->loadSoundFile("sound.dat");
_sound->selectAudioResourceSet(kMusicIngame);
- if (_flags.platform != Common::kPlatformPC)
+ if (_flags.platform != Common::kPlatformDOS)
_sound->loadSoundFile(0);
_tim = new TIMInterpreter_LoL(this, _screen, _system);