mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Actor's Activation property is now stored in saved game
https://forum.zdoom.org/viewtopic.php?t=60295
This commit is contained in:
parent
9398d602f8
commit
b0261d9545
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ void AActor::Serialize(FSerializer &arc)
|
|||
A("score", Score)
|
||||
A("designatedteam", DesignatedTeam)
|
||||
A("lastpush", lastpush)
|
||||
A("activationtype", activationtype)
|
||||
A("lastbump", lastbump)
|
||||
A("painthreshold", PainThreshold)
|
||||
A("damagefactor", DamageFactor)
|
||||
|
|
Loading…
Reference in a new issue