From e031359d9933cc9c7ce88e1b99876b4ec257437d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 17 Jul 2015 10:39:44 +0300 Subject: LAB: Use the correct splash screen file for the DOS version --- engines/lab/intro.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3