1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Use the wide stars background for last win movie

This commit is contained in:
Mathieu Schroeter 2018-07-26 22:54:59 +02:00
parent 68fd32a18d
commit 65f80113dd
2 changed files with 3 additions and 1 deletions

View File

@ -3328,7 +3328,7 @@ CEvent::ChangePhase (Uint32 phase)
backWide = CHBACKWIN0;
break;
case 1:
// backWide = CHBACKWIN1;
backWide = CHBACKSTARS;
break;
case 2:
backWide = CHBACKWIN;

View File

@ -145,6 +145,8 @@ CMovie::fileOpenMovie (const std::string & pFilename)
{
if (path.rfind ("win005.mkv") != std::string::npos)
this->chBackWide = CHBACKWIN0;
else if (path.rfind ("win129.mkv") != std::string::npos)
this->chBackWide = CHBACKSTARS;
}
return true;