1
0
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:
Mathieu Schroeter 2017-02-11 19:23:26 +01:00
parent e937cdcfc2
commit f7fa611593

View File

@ -256,8 +256,6 @@ static void FinishObjects(void)
{
if ( g_pMovie != nullptr )
{
g_pEvent->StopMovie();
delete g_pMovie;
g_pMovie = nullptr;
}