From 4bbf42e667127066484f0d71a8cb3b3f8d08f314 Mon Sep 17 00:00:00 2001 From: Johan Mattsson <39247600+mjunix@users.noreply.github.com> Date: Sun, 13 Aug 2023 13:12:12 +0200 Subject: [PATCH] Remove repeated comparison --- tools/quake3/q3map2/shaders.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/quake3/q3map2/shaders.c b/tools/quake3/q3map2/shaders.c index 160a5bb5..e868742d 100644 --- a/tools/quake3/q3map2/shaders.c +++ b/tools/quake3/q3map2/shaders.c @@ -1017,7 +1017,6 @@ static void ParseShaderFile( const char *filename ){ !Q_stricmp( token, "clampMap" ) || !Q_stricmp( token, "animMap" ) || !Q_stricmp( token, "clampAnimMap" ) || - !Q_stricmp( token, "clampMap" ) || !Q_stricmp( token, "mapComp" ) || !Q_stricmp( token, "mapNoComp" ) ) { /* skip one token for animated stages */