aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/lol.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp
index 8811774849..0cca35201f 100644
--- a/engines/kyra/lol.cpp
+++ b/engines/kyra/lol.cpp
@@ -432,7 +432,6 @@ Common::Error LoLEngine::go() {
break;
case 1: // Show intro
- setupPrologueData(true);
showIntro();
break;
@@ -456,7 +455,6 @@ Common::Error LoLEngine::go() {
return Common::kNoError;
if (processSelection == 0) {
- setupPrologueData(true);
_sound->loadSoundFile("LOREINTR");
_sound->playTrack(6);
/*int character = */chooseCharacter();