shithub: choc

Download patch

ref: 40d03a9c38d63f7b7f6a0453f103f18cfd156029
parent: c2a270f893a8cc08865f0093b02bc35c2b727dc6
author: Simon Howard <fraggle@gmail.com>
date: Thu Apr 23 14:19:52 EDT 2009

Oops.

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

--- a/textscreen/txt_sdl.c
+++ b/textscreen/txt_sdl.c
@@ -147,7 +147,7 @@
 
     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;
         }