From ee403ff0ba272f5be539ddc921d3fffb3d250cc4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 29 Mar 2001 16:50:31 +0000 Subject: Removed DD_Z_NEVER. Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE. --- src/mesa/swrast/s_lines.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/swrast/s_lines.c') diff --git a/src/mesa/swrast/s_lines.c b/src/mesa/swrast/s_lines.c index 48d04115cc..8971993ef5 100644 --- a/src/mesa/swrast/s_lines.c +++ b/src/mesa/swrast/s_lines.c @@ -1,4 +1,4 @@ -/* $Id: s_lines.c,v 1.14 2001/03/12 00:48:42 gareth Exp $ */ +/* $Id: s_lines.c,v 1.15 2001/03/29 16:50:32 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1019,7 +1019,7 @@ _swrast_choose_line( GLcontext *ctx ) } else if (ctx->Texture._ReallyEnabled) { if (swrast->_MultiTextureEnabled || - (ctx->_TriangleCaps & DD_SEPERATE_SPECULAR)) { + (ctx->_TriangleCaps & DD_SEPARATE_SPECULAR)) { /* multi-texture and/or separate specular color */ if (ctx->Light.ShadeModel==GL_SMOOTH) swrast->Line = smooth_multitextured_line; -- cgit v1.2.3