diff --git a/src/win32/win32video.cpp b/src/win32/win32video.cpp index e9df043d09..b35138fd66 100644 --- a/src/win32/win32video.cpp +++ b/src/win32/win32video.cpp @@ -497,7 +497,7 @@ void Win32Video::AddLetterboxModes () void Win32Video::AddMode (int x, int y, int bits, int y2, int doubling) { // Reject modes that do not meet certain criteria. - if ((x & 7) != 0 || + if ((x & 1) != 0 || y > MAXHEIGHT || x > MAXWIDTH || y < 200 ||