Remove repeated comparison

This commit is contained in:
Johan Mattsson 2023-08-13 13:13:20 +02:00 committed by GitHub
parent 4bbf42e667
commit 006317da48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1015,7 +1015,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 */