mirror of https://github.com/AxioDL/metaforce.git
CTweakPlayer: Call FixupValues
This commit is contained in:
parent
13b1ebb12e
commit
5097a700f5
|
@ -696,6 +696,8 @@ CTweakPlayer::CTweakPlayer(CInputStream& in) {
|
|||
x304_gravityDamageReduction = in.ReadFloat();
|
||||
/* x308_phazonDamageReduction */
|
||||
x308_phazonDamageReduction = in.ReadFloat();
|
||||
|
||||
FixupValues();
|
||||
}
|
||||
|
||||
void CTweakPlayer::PutTo(COutputStream& out) {
|
||||
|
|
Loading…
Reference in New Issue