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()
|
||||
{
|
||||
if (initAVI())
|
||||
{
|
||||
m_bEnable = true;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_bEnable = false;
|
||||
return false;
|
||||
}
|
||||
m_bEnable = initAVI ();
|
||||
return m_bEnable;
|
||||
}
|
||||
|
||||
// Retourne l'état de DirectMovie.
|
||||
|
Loading…
x
Reference in New Issue
Block a user