From 997fd051110828e7b7d62b189693e76514151546 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 5 Sep 2001 14:38:16 +0000 Subject: [PATCH] --- source/system/vid.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/system/vid.cpp b/source/system/vid.cpp index f30996ea3..31e95b636 100644 --- a/source/system/vid.cpp +++ b/source/system/vid.cpp @@ -316,7 +316,10 @@ u8 *screenData=LoadPakScreen(LOADINGSCREENS_BOOTSCREEN_GFX); ScreenYOfs=0; // Set screen ofs for NTSC #else SetVideoMode( MODE_PAL ); +/* changed cos the recomended amount was too bloody low!! ScreenYOfs=16; // Set screen ofs for PAL +*/ + ScreenYOfs=0; // Set screen ofs for PAL #endif VSync(0);