also hide _reflect and _alpha texture files

This commit is contained in:
Rudolf Polzer 2010-08-09 06:43:45 +02:00
parent bb104da06f
commit 370cc40d7f

View File

@ -713,6 +713,8 @@ bool texture_name_ignore(const char* name)
endswith(strTemp.c_str(), "_gloss") ||
endswith(strTemp.c_str(), "_pants") ||
endswith(strTemp.c_str(), "_shirt") ||
endswith(strTemp.c_str(), "_reflect") ||
endswith(strTemp.c_str(), "_alpha") ||
0;
}