From a377eb2aaf7dacbd208deee6ba1e8a86428947e4 Mon Sep 17 00:00:00 2001 From: Shadooow Date: Mon, 14 Mar 2022 19:27:34 +0000 Subject: [PATCH] Fixed graphical artefacts showing up around the end game videos. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9324 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Intro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intro.cpp b/Intro.cpp index 60d47ed8..ccf4a471 100644 --- a/Intro.cpp +++ b/Intro.cpp @@ -358,7 +358,7 @@ UINT32 IntroScreenHandle( void ) InvalidateRegion( 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT ); } - RestoreBackgroundRects(); + //RestoreBackgroundRects();//shadooow: fixes graphical artefacts visible around end game videos GetIntroScreenUserInput();