mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-03-03 15:31:11 +00:00
- add new weapon interpolation variable from player_struct
into savegame code.
This commit is contained in:
parent
e474ebc2b7
commit
573cb363ae
1 changed files with 5 additions and 0 deletions
|
@ -296,6 +296,11 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, player_struct& w,
|
||||||
w.oposy = w.posy;
|
w.oposy = w.posy;
|
||||||
w.oposz = w.posz;
|
w.oposz = w.posz;
|
||||||
w.opyoff = w.pyoff;
|
w.opyoff = w.pyoff;
|
||||||
|
w.oweapon_sway = w.weapon_sway;
|
||||||
|
w.oweapon_pos = w.weapon_pos;
|
||||||
|
w.okickback_pic = w.kickback_pic;
|
||||||
|
w.orandom_club_frame = w.random_club_frame;
|
||||||
|
w.ohard_landing = w.hard_landing;
|
||||||
w.horizAdjust = 0;
|
w.horizAdjust = 0;
|
||||||
w.angAdjust = 0;
|
w.angAdjust = 0;
|
||||||
w.lookLeft = false;
|
w.lookLeft = false;
|
||||||
|
|
Loading…
Reference in a new issue