foxygit / doom Log in
commit 40d03a9c38d63f7b7f6a0453f103f18cfd156029
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Apr 23 18:19:52 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Apr 23 18:19:52 2009 +0000

    Oops.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1502
---
 textscreen/txt_sdl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textscreen/txt_sdl.c b/textscreen/txt_sdl.c
index 2a7e4de0..1bc42d7c 100644
--- a/textscreen/txt_sdl.c
+++ b/textscreen/txt_sdl.c
@@ -147,7 +147,7 @@ static void ChooseFont(void)

     for (i=0; modes[i] != NULL; ++i)
     {
-        if (0 && modes[i]->w >= 640 && modes[i]->h >= 480)
+        if (modes[i]->w >= 640 && modes[i]->h >= 480)
         {
             return;
         }