diff --git a/Quake/gl_vidsdl.c b/Quake/gl_vidsdl.c index 7e54d41f..cec4fe25 100644 --- a/Quake/gl_vidsdl.c +++ b/Quake/gl_vidsdl.c @@ -1292,7 +1292,7 @@ void VID_Init (void) { for (i = 1; i < nummodes; i++) { - if ((modelist[i].width == width)) + if (modelist[i].width == width) { vid_default = i; break;