Serialize damagesource, fix bad character in actor.zs

This commit is contained in:
Ricardo Luís Vaz Silva 2024-06-03 10:37:25 -03:00
parent 83165dccbf
commit f8b68a6927

View file

@ -401,7 +401,8 @@ void AActor::Serialize(FSerializer &arc)
("unmorphtime", UnmorphTime)
("morphflags", MorphFlags)
("premorphproperties", PremorphProperties)
("morphexitflash", MorphExitFlash);
("morphexitflash", MorphExitFlash)
("damagesource", damagesource);
SerializeTerrain(arc, "floorterrain", floorterrain, &def->floorterrain);