mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix crash when exiting while a movie is playing
This commit is contained in:
parent
e937cdcfc2
commit
f7fa611593
@ -256,8 +256,6 @@ static void FinishObjects(void)
|
|||||||
{
|
{
|
||||||
if ( g_pMovie != nullptr )
|
if ( g_pMovie != nullptr )
|
||||||
{
|
{
|
||||||
g_pEvent->StopMovie();
|
|
||||||
|
|
||||||
delete g_pMovie;
|
delete g_pMovie;
|
||||||
g_pMovie = nullptr;
|
g_pMovie = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user