Added ThruBits.

This commit is contained in:
Major Cooke 2020-10-14 14:56:08 -05:00 committed by Christoph Oelckers
commit 60f0d35477
5 changed files with 34 additions and 4 deletions

View file

@ -349,6 +349,7 @@ void AActor::Serialize(FSerializer &arc)
A("spriteangle", SpriteAngle)
A("spriterotation", SpriteRotation)
("alternative", alternative)
A("thrubits", ThruBits)
A("cameraheight", CameraHeight)
A("camerafov", CameraFOV)
A("tag", Tag)