Added: default value for HairColor (thx valgrind)

This commit is contained in:
vl 2010-07-09 16:42:46 +02:00
parent 53c8e978f3
commit defe70e316

View file

@ -81,6 +81,7 @@ SCharacter3DSetup::SCharacter3DSetup ()
}
Tattoo = 0;
EyesColor = 0;
HairColor = 0;
CharHeight = 0.0f;
ChestWidth = 0.0f;
ArmsWidth = 0.0f;