From eceac0c7ee7ed9cb274a0139a54a0560945ffb6c Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 27 Jul 2001 21:58:47 +0000 Subject: [PATCH] --- source/system/vid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/system/vid.cpp b/source/system/vid.cpp index 91ae2f86f..ede52f5d8 100644 --- a/source/system/vid.cpp +++ b/source/system/vid.cpp @@ -18,7 +18,7 @@ static VbFuncType VbFuncList[MaxVBFuncs]; static u32 FrameCounter=0,TickCount=0,TickBuffer[2]; static u32 s_lastFrameCounter=0,s_vblsThisFrame=0; static sVidScreen Screen[2]; -static int ScreenXOfs=16,ScreenYOfs=8; +static int ScreenXOfs=0,ScreenYOfs=0; static int ScreenW, ScreenH; static RECT ScreenRect; /*static*/ int FrameFlipFlag=0;