Fixed indentation
parent
6216daedb3
commit
15702ec856
|
@ -77,7 +77,7 @@ void PlayerApperance::DefPerso()
|
|||
}
|
||||
|
||||
void PlayerApperance::DefHairColor()
|
||||
{
|
||||
{
|
||||
if (this->face == 0) // normal ?
|
||||
{
|
||||
this->colorHair.r = 90.0f / 256.0f;
|
||||
|
@ -104,7 +104,7 @@ void PlayerApperance::DefHairColor()
|
|||
}
|
||||
|
||||
this->colorHair.a = 0.0f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
CPlayerProfile::CPlayerProfile(std::string playerName)
|
||||
|
|
Loading…
Reference in New Issue