Fixed angleOffsetTargets not being initialized
This commit is contained in:
parent
abf0206706
commit
493ebb8bcb
2 changed files with 6 additions and 6 deletions
|
|
@ -1788,7 +1788,7 @@ void player_t::Serialize(FSerializer &arc)
|
|||
("musinfoactor", MUSINFOactor)
|
||||
("musinfotics", MUSINFOtics)
|
||||
("soundclass", SoundClass)
|
||||
("angleoffsettargets", angleOffsetTargets);
|
||||
("angleoffsettargets", angleOffsetTargets)
|
||||
("lastsafepos", LastSafePos);
|
||||
|
||||
if (arc.isWriting ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue