Oops, screwed up the paren placement. :)

This commit is contained in:
Jeff Teunissen 2001-01-22 18:26:41 +00:00
parent 3ea4bdda68
commit 076db7b5b2

View file

@ -125,7 +125,7 @@ GL_Init (void)
Con_Printf ("Dithering: ");
if ((p = COM_CheckParm ("-dither") && p < com_argc)) {
if ((p = COM_CheckParm ("-dither")) && p < com_argc) {
if (strequal (com_argv[p+1], "2x2") {
dither_select (GR_DITHER_2x2);
Con_Printf ("2x2.\n");