Fix a typo. Oops...

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-03-11 00:31:52 +00:00
parent e884846d57
commit 30cdd18174

View file

@ -260,7 +260,7 @@ Draw_Init (void)
// LordHavoc: 3DFX's dithering has terrible artifacts with lightmode 1
// 3dfx can only handle 256 wide textures
if (!strncasecmp ((char *) gl_renderer, "3dfx", 4) ||
!strngcasecmp ((char *) gl_renderer, "Mesa Glide", 10))
!strncasecmp ((char *) gl_renderer, "Mesa Glide", 10))
{
Cvar_Set (gl_max_size, "256");
Cvar_Set (gl_lightmode, "0");