I completely forgot what I changed.
This commit is contained in:
parent
1cbfd4b97d
commit
7d401bdb61
53 changed files with 314 additions and 113 deletions
|
|
@ -1601,27 +1601,27 @@ Class SWWMUtility
|
|||
{
|
||||
String tn = TexMan.GetName(checkme);
|
||||
if ( (tn ~== "MARBFAC2") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_MARBFAC2.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_MARBFAC2",TexMan.Type_Any);
|
||||
if ( (tn ~== "MARBFAC3") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_MARBFAC3.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_MARBFAC3",TexMan.Type_Any);
|
||||
if ( (tn ~== "MARBFAC4") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_MARBFAC4.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_MARBFAC4",TexMan.Type_Any);
|
||||
if ( (tn ~== "MARBFACE") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_MARBFACE.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_MARBFACE",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF2") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF2.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF2",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF3") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF3.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF3",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF4") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF4.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF4",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF6") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF6.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF6",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF7") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF7.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF7",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF12") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF12.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF12",TexMan.Type_Any);
|
||||
if ( (tn ~== "ZZWOLF13") )
|
||||
return true, TexMan.CheckForTexture("textures/deface/defaced_ZZWOLF13.png",TexMan.Type_Any);
|
||||
return true, TexMan.CheckForTexture("defaced_ZZWOLF13",TexMan.Type_Any);
|
||||
return false, checkme;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue