- added DavidPH's ProjectileKickback submission.
SVN r3228 (trunk)
This commit is contained in:
parent
74ad869e62
commit
61dfb608f4
4 changed files with 20 additions and 3 deletions
|
|
@ -227,8 +227,12 @@ void AActor::Serialize (FArchive &arc)
|
|||
<< velz
|
||||
<< tics
|
||||
<< state
|
||||
<< Damage
|
||||
<< flags
|
||||
<< Damage;
|
||||
if (SaveVersion >= 3227)
|
||||
{
|
||||
arc << projectileKickback;
|
||||
}
|
||||
arc << flags
|
||||
<< flags2
|
||||
<< flags3
|
||||
<< flags4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue