mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- add missed savegame addition when doing 9f8d50c0a1
.
This commit is contained in:
parent
9f8d50c0a1
commit
bb0129c331
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue