- scriptified the particle fountains.

This commit is contained in:
Christoph Oelckers 2017-01-13 19:29:54 +01:00
commit 51cc7feb4c
8 changed files with 47 additions and 94 deletions

View file

@ -314,6 +314,7 @@ DEFINE_FIELD(AActor, MissileState)
DEFINE_FIELD(AActor, ConversationRoot)
DEFINE_FIELD(AActor, Conversation)
DEFINE_FIELD(AActor, DecalGenerator)
DEFINE_FIELD(AActor, fountaincolor)
DEFINE_FIELD(PClassActor, Obituary)
DEFINE_FIELD(PClassActor, HitObituary)
@ -366,6 +367,7 @@ void AActor::Serialize(FSerializer &arc)
A("lastlookpn", LastLookPlayerNumber)
("lastlookactor", LastLookActor)
A("effects", effects)
A("fountaincolor", fountaincolor)
A("alpha", Alpha)
A("fillcolor", fillcolor)
A("sector", Sector)