mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 02:05:23 +00:00
CTweakPlayer: Call FixupValues
This commit is contained in:
@@ -696,6 +696,8 @@ CTweakPlayer::CTweakPlayer(CInputStream& in) {
|
||||
x304_gravityDamageReduction = in.ReadFloat();
|
||||
/* x308_phazonDamageReduction */
|
||||
x308_phazonDamageReduction = in.ReadFloat();
|
||||
|
||||
FixupValues();
|
||||
}
|
||||
|
||||
void CTweakPlayer::PutTo(COutputStream& out) {
|
||||
|
||||
Reference in New Issue
Block a user