Actually fix Male3 skin changes.
This commit is contained in:
parent
bc44a3ce16
commit
e6b846bde7
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ Class UPlayerMale3 : UPlayerMale
|
||||||
override void A_SetPlayerSkin()
|
override void A_SetPlayerSkin()
|
||||||
{
|
{
|
||||||
Super.A_SetPlayerSkin();
|
Super.A_SetPlayerSkin();
|
||||||
String skin = player?CVar.GetCVar('sting_male2skin',player).GetString():"Dante";
|
String skin = player?CVar.GetCVar('sting_male3skin',player).GetString():"Dante";
|
||||||
A_ChangeModel("",0,"","",0,"models/Male3",skin..".png",CMDL_USESURFACESKIN,-1);
|
A_ChangeModel("",0,"","",0,"models/Male3",skin..".png",CMDL_USESURFACESKIN,-1);
|
||||||
}
|
}
|
||||||
override void SetFreezeSkin()
|
override void SetFreezeSkin()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue