Oops.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1502
This commit is contained in:
parent
c2a270f893
commit
40d03a9c38
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue