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:
parent
68fd32a18d
commit
65f80113dd
@ -3328,7 +3328,7 @@ CEvent::ChangePhase (Uint32 phase)
|
||||
backWide = CHBACKWIN0;
|
||||
break;
|
||||
case 1:
|
||||
// backWide = CHBACKWIN1;
|
||||
backWide = CHBACKSTARS;
|
||||
break;
|
||||
case 2:
|
||||
backWide = CHBACKWIN;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user