This commit is contained in:
Paul 2001-09-07 16:45:12 +00:00
parent 562f732414
commit 61b2b9225c
2 changed files with 7 additions and 0 deletions

View File

@ -153,6 +153,9 @@ int Count;
#if !defined(__TERRITORY_USA__)
DBuf[0].disp.screen.y=24;
DBuf[1].disp.screen.y=24;
#else
DBuf[0].disp.screen.y=16;
DBuf[1].disp.screen.y=16;
#endif
// Stop flicker!!

View File

@ -319,7 +319,11 @@ u8 *screenData=LoadPakScreen(LOADINGSCREENS_BOOTSCREEN_GFX);
/* changed cos the recomended amount was too bloody low!!
ScreenYOfs=16; // Set screen ofs for PAL
*/
/*
ScreenYOfs=0; // Set screen ofs for PAL
*/
// PKG - Changed back 7/9/01
ScreenYOfs=16; // Set screen ofs for PAL
#endif
VSync(0);