Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Boondorl committed Nov 27, 2024
1 parent 5887164 commit 7d9618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playsim/p_user.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ())
Expand Down

0 comments on commit 7d9618c

Please sign in to comment.