diff options
author | Simon Howard | 2009-04-23 18:19:52 +0000 |
---|---|---|
committer | Simon Howard | 2009-04-23 18:19:52 +0000 |
commit | 40d03a9c38d63f7b7f6a0453f103f18cfd156029 (patch) | |
tree | b443232e8fc0d622d36cb032c73efe552f07ece6 /textscreen | |
parent | c2a270f893a8cc08865f0093b02bc35c2b727dc6 (diff) | |
download | chocolate-doom-40d03a9c38d63f7b7f6a0453f103f18cfd156029.tar.gz chocolate-doom-40d03a9c38d63f7b7f6a0453f103f18cfd156029.tar.bz2 chocolate-doom-40d03a9c38d63f7b7f6a0453f103f18cfd156029.zip |
Oops.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1502
Diffstat (limited to 'textscreen')
-rw-r--r-- | textscreen/txt_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |