mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Simplify
This commit is contained in:
parent
f6334f8701
commit
db13ba1388
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user