mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
another missing )
This commit is contained in:
parent
b3a9da279b
commit
8b39af51f2
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ GL_Init (void)
|
|||
Con_Printf ("Dithering: ");
|
||||
|
||||
if ((p = COM_CheckParm ("-dither")) && p < com_argc) {
|
||||
if (strequal (com_argv[p+1], "2x2") {
|
||||
if (strequal (com_argv[p+1], "2x2")) {
|
||||
dither_select (GR_DITHER_2x2);
|
||||
Con_Printf ("2x2.\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue