From 54b798d0e464cf9bf7c21dd9e8c33bc58501686e Mon Sep 17 00:00:00 2001 From: lalien Date: Wed, 24 Dec 2008 22:50:03 +0000 Subject: [PATCH] Fixed splash screen position git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2460 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- JA2 Splash.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 );