mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Added: default value for HairColor (thx valgrind)
This commit is contained in:
parent
f34d0f3249
commit
f38d78a22d
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ SCharacter3DSetup::SCharacter3DSetup ()
|
||||||
}
|
}
|
||||||
Tattoo = 0;
|
Tattoo = 0;
|
||||||
EyesColor = 0;
|
EyesColor = 0;
|
||||||
|
HairColor = 0;
|
||||||
CharHeight = 0.0f;
|
CharHeight = 0.0f;
|
||||||
ChestWidth = 0.0f;
|
ChestWidth = 0.0f;
|
||||||
ArmsWidth = 0.0f;
|
ArmsWidth = 0.0f;
|
||||||
|
|
Loading…
Reference in a new issue