Fixed indentation

dev-time-step
krzys-h 2016-04-03 20:29:55 +02:00
parent 6216daedb3
commit 15702ec856
1 changed files with 11 additions and 11 deletions

View File

@ -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)