CTweakPlayer: Call FixupValues

This commit is contained in:
Luke Street 2022-03-09 00:39:48 -05:00
parent 13b1ebb12e
commit 5097a700f5
1 changed files with 2 additions and 0 deletions

View File

@ -696,6 +696,8 @@ CTweakPlayer::CTweakPlayer(CInputStream& in) {
x304_gravityDamageReduction = in.ReadFloat();
/* x308_phazonDamageReduction */
x308_phazonDamageReduction = in.ReadFloat();
FixupValues();
}
void CTweakPlayer::PutTo(COutputStream& out) {