Fixed silly mistake in code

This commit is contained in:
pagefault
2002-04-15 00:37:17 +00:00
parent fe427250e2
commit cf4da2887e

View File

@@ -2076,8 +2076,8 @@ void drawscreenwin(void)
ScreenPtr=vidbuffer;
ScreenPtr+=16*2+32*2+256*2;
if (resolutn == 224 && FullScreen == 0) BlitArea.bottom = SurfaceY+16;
if (resolutn == 239 && FullScreen == 0) BlitArea.bottom = SurfaceY+16;
if (resolutn == 224 && FullScreen == 0) BlitArea.bottom = SurfaceY-16;
if (resolutn == 239 && FullScreen == 0) BlitArea.bottom = SurfaceY-16;
SurfBufD=(DWORD) &SurfBuf[0];
SURFDW=(DWORD *) &SurfBuf[0];