mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-09 09:51:07 +00:00
Remove repeated comparison
This commit is contained in:
parent
4bbf42e667
commit
006317da48
1 changed files with 0 additions and 1 deletions
|
@ -1015,7 +1015,6 @@ static void ParseShaderFile( const char *filename ){
|
||||||
!Q_stricmp( token, "clampMap" ) ||
|
!Q_stricmp( token, "clampMap" ) ||
|
||||||
!Q_stricmp( token, "animMap" ) ||
|
!Q_stricmp( token, "animMap" ) ||
|
||||||
!Q_stricmp( token, "clampAnimMap" ) ||
|
!Q_stricmp( token, "clampAnimMap" ) ||
|
||||||
!Q_stricmp( token, "clampMap" ) ||
|
|
||||||
!Q_stricmp( token, "mapComp" ) ||
|
!Q_stricmp( token, "mapComp" ) ||
|
||||||
!Q_stricmp( token, "mapNoComp" ) ) {
|
!Q_stricmp( token, "mapNoComp" ) ) {
|
||||||
/* skip one token for animated stages */
|
/* skip one token for animated stages */
|
||||||
|
|
Loading…
Reference in a new issue