mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
LAB: Use the correct splash screen file for the DOS version
This commit is contained in:
parent
e35307ccba
commit
e031359d99
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user