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
3926194110
commit
4bbf42e667
1 changed files with 0 additions and 1 deletions
|
@ -1017,7 +1017,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