Some more NTSC bugfixes

This commit is contained in:
pagefault
2006-03-29 04:00:19 +00:00
parent 38c5c66d0c
commit ad6a266f88

View File

@@ -1978,7 +1978,7 @@ void initwinvideo(void)
else
SurfaceX = 640;
SurfaceY=480;
if (NTSCFilter == 1)
if (NTSCFilter && WindowHeight == 600)
{
SurfaceX = 600;
SurfaceY = 446;