- add missed savegame addition when doing 9f8d50c0a1.

This commit is contained in:
Mitchell Richters 2020-08-05 17:39:02 +10:00
parent 9f8d50c0a1
commit bb0129c331

View file

@ -303,6 +303,7 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, player_struct& w,
w.ohard_landing = w.hard_landing;
w.horizAdjust = 0;
w.angAdjust = 0;
w.pitchAdjust = 0;
w.lookLeft = false;
w.lookRight = false;
}