shithub: choc

Download patch

ref: 4fdfcb2818edbb4006bf33db71753828fddd2118
parent: 65ed2a3208db93eef0f25f5d9c046c77cb7eb980
author: Simon Howard <[email protected]>
date: Mon Feb 4 17:45:53 EST 2008

Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen).
Makes 640x480 the default when 320x200 mode is not available.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1043

--- a/src/i_scale.c
+++ b/src/i_scale.c
@@ -1127,6 +1127,7 @@
     SCREENWIDTH_4_3 * 2, SCREENHEIGHT * 2,
     I_InitStretchTables,
     I_Squash2x,
+    true,
 };