1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove useless logical window size changes

This commit is contained in:
Mathieu Schroeter 2017-02-26 19:11:46 +01:00
parent 0a4515af82
commit b309f4d37f

View File

@ -126,10 +126,7 @@ void CMovie::playMovie()
// play/pause the AVI movie
if (m_fPlaying)
{
SDL_RenderSetLogicalSize (g_renderer, pinfo->video.width, pinfo->video.height);
Kit_PlayerPlay (m_player);
}
else
Kit_PlayerPause (m_player);
}
@ -208,7 +205,6 @@ void CMovie::Stop()
return;
fileCloseMovie();
SDL_RenderSetLogicalSize (g_renderer, LXIMAGE, LYIMAGE);
}
void CMovie::Pause()