1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-02-20 18:29:55 +01:00
parent f6334f8701
commit db13ba1388

View File

@ -157,16 +157,8 @@ CMovie::~CMovie()
bool CMovie::Create() bool CMovie::Create()
{ {
if (initAVI()) m_bEnable = initAVI ();
{ return m_bEnable;
m_bEnable = true;
return true;
}
else
{
m_bEnable = false;
return false;
}
} }
// Retourne l'état de DirectMovie. // Retourne l'état de DirectMovie.