NTSC filter now usable in all windowed modes that are DR

This commit is contained in:
pagefault
2006-04-05 12:01:58 +00:00
parent 955d143897
commit 7dbc0a09f9

View File

@@ -1980,8 +1980,8 @@ void initwinvideo(void)
{
if (!FullScreen)
{
WindowWidth = 600;
WindowHeight = 446;
WindowWidth = 600*((WindowHeight/224)-1);
WindowHeight = 446*((WindowHeight/224)-1);
}
SurfaceX = 600;
SurfaceY = 446;