aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lab/intro.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp
index 7f0b53f98d..c14546e4df 100644
--- a/engines/lab/intro.cpp
+++ b/engines/lab/intro.cpp
@@ -270,8 +270,6 @@ static void NReadPict(const char *Filename, bool PlayOnce) {
}
-//#define ALL_LOGOS
-
/*****************************************************************************/
/* Does the introduction sequence for Labyrinth. */
/*****************************************************************************/
@@ -299,7 +297,10 @@ void introSequence() {
g_music->initMusic();
nopalchange = true;
- NReadPict("TNDcycle2.pic", true);
+ if (g_lab->getPlatform() != Common::kPlatformWindows)
+ NReadPict("TNDcycle.pic", true);
+ else
+ NReadPict("TNDcycle2.pic", true);
nopalchange = false;
FadePalette = Palette;