- scriptified the particle fountains.
This commit is contained in:
parent
8e7e1ed757
commit
51cc7feb4c
8 changed files with 47 additions and 94 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue