mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 02:30:53 +00:00
* Updated to ZDoom r3427:
- Added Xaser's submission for accessing accuracy and stamina from DECORATE and ACS. - Added DECORATE properties for accuracy and stamina. - Since these changes move properties from player_t to AActor all savegame compatibility code was removed and the min. savegame version bumped. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1307 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
aff9d3692c
commit
b67490cbc5
21 changed files with 96 additions and 143 deletions
|
@ -269,8 +269,6 @@ player_t::player_t()
|
|||
respawn_time(0),
|
||||
camera(0),
|
||||
air_finished(0),
|
||||
accuracy(0),
|
||||
stamina(0),
|
||||
savedyaw(0),
|
||||
savedpitch(0),
|
||||
angle(0),
|
||||
|
@ -2616,7 +2614,6 @@ void player_t::Serialize (FArchive &arc)
|
|||
<< BlendG
|
||||
<< BlendB
|
||||
<< BlendA
|
||||
<< accuracy << stamina
|
||||
<< LogText
|
||||
<< ConversationNPC
|
||||
<< ConversationPC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue