more preview fixes
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4348 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4356aa0457c6ffee5e7a3925fa2556b65882c560 Former-commit-id: 72c10ce1db34797f3811d98c99ee81e2987a4c1e
This commit is contained in:
parent
619f843837
commit
a468dd2706
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def check_car(myoptions, module, index, path, car, model):
|
|||
|
||||
if (alternate_ver != None):
|
||||
(filename,ext) = os.path.splitext(alternate)
|
||||
skin = filename.rsplit("-",1)[1]
|
||||
skin = filename.split(car+"-")[1]
|
||||
|
||||
# ignore commonly used textures
|
||||
if skin == "int" or skin == "interior" or skin == "speed" or skin == "rpm":
|
||||
|
|
Loading…
Reference in a new issue