foxygit / doom Log in
commit 4fdfcb2818edbb4006bf33db71753828fddd2118
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Feb 4 22:45:53 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Feb 4 22:45:53 2008 +0000

    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
---
 src/i_scale.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/i_scale.c b/src/i_scale.c
index a42409e8..67611e8e 100644
--- a/src/i_scale.c
+++ b/src/i_scale.c
@@ -1127,6 +1127,7 @@ screen_mode_t mode_squash_2x = {
     SCREENWIDTH_4_3 * 2, SCREENHEIGHT * 2,
     I_InitStretchTables,
     I_Squash2x,
+    true,
 };