From 40d03a9c38d63f7b7f6a0453f103f18cfd156029 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 23 Apr 2009 18:19:52 +0000 Subject: Oops. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1502 --- textscreen/txt_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/txt_sdl.c') 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; } -- cgit v1.2.3