diff --git a/JA2 Splash.cpp b/JA2 Splash.cpp index 36ffc672a..57d3e3617 100644 --- a/JA2 Splash.cpp +++ b/JA2 Splash.cpp @@ -36,7 +36,8 @@ void InitJA2SplashScreen() return; } GetVideoSurface(&hVSurface, uiLogoID ); - BltVideoSurfaceToVideoSurface( ghFrameBuffer, hVSurface, 0, 0, 0, 0, NULL ); + //BltVideoSurfaceToVideoSurface( ghFrameBuffer, hVSurface, 0, 0, 0, 0, NULL ); + BltVideoSurfaceToVideoSurface( ghFrameBuffer, hVSurface, 0, iScreenWidthOffset, iScreenHeightOffset, 0, NULL ); DeleteVideoSurfaceFromIndex( uiLogoID );