From 91016c3d6c5068b09ceb44fdd62f3639c0abcc81 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sat, 28 Apr 2007 20:03:41 +0000 Subject: [PATCH] - reverted: Reverted the changes from version 856, because I think this leads to the graphical glitches with tooltips in Strategy screen. But I'm not sure if it is the problem ... git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@864 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- TileEngine/Render Dirty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TileEngine/Render Dirty.cpp b/TileEngine/Render Dirty.cpp index b1b665c5..4e610778 100644 --- a/TileEngine/Render Dirty.cpp +++ b/TileEngine/Render Dirty.cpp @@ -41,7 +41,7 @@ void SaveVideoOverlayArea( UINT32 uiSrcBuffer, UINT32 uiCount ); //UINT32 guiNumTopmostSaves=0; // do zmiany -SGPRect gDirtyClipRect = { 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT }; +SGPRect gDirtyClipRect = { 0, 0, 1024, 768 }; BOOLEAN gfViewportDirty=FALSE;