Index: code/graphics/2d.cpp
===================================================================
--- code/graphics/2d.cpp	(revision 5671)
+++ code/graphics/2d.cpp	(working copy)
@@ -378,7 +378,7 @@
 		gr_screen.custom_size = true;
 	}
 
-	if ( (width >= 1024) && (height >= 768) ) {
+	if ( (width >= 1024) && (height >= 600) ) {
 		res = GR_1024;
 	} else {
 		res = GR_640;
