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

Remove he wide background for the movies (by default)

This commit is contained in:
Mathieu Schroeter 2018-07-28 15:37:12 +02:00
parent b4f53f2d82
commit e440cc3f76

View File

@ -141,6 +141,7 @@ CMovie::fileOpenMovie (const std::string & pFilename)
if (m_videoTex == nullptr)
return false;
this->chBackWide = CHNONE;
if (Display::getDisplay ().isWide ())
{
if (path.rfind ("win005.mkv") != std::string::npos)