# HG changeset patch # User a.parshin # Date 1406142567 -10800 # Node ID 1eb352f7319ace30c0e951c5a07d07777021969b # Parent 99e7bd7ec0a21f9d6d2d14df86369ee4a065d3ed * Fixed double release of movie in transition screens diff -r 99e7bd7ec0a2 -r 1eb352f7319a GUIWindow.cpp --- a/GUIWindow.cpp Wed Jul 23 21:38:34 2014 +0300 +++ b/GUIWindow.cpp Wed Jul 23 22:09:27 2014 +0300 @@ -294,7 +294,7 @@ } case WINDOW_Transition: { - pVideoPlayer->Unload(); + //pVideoPlayer->Unload(); pTexture_outside->Release(); pTexture_Dialogue_Background->Release(); pIcons_LOD->SyncLoadedFilesCount();