Add +ONLYVISIBLEINMIRRORS and +INVISIBLEINMIRRORS actor flags. The former makes the actor only visible in reflections, while the latter makes the actor not cast reflections in mirrors.

This commit is contained in:
nashmuhandes 2022-06-19 17:25:59 +08:00 committed by Christoph Oelckers
commit 593627f049
7 changed files with 41 additions and 0 deletions

View file

@ -205,6 +205,7 @@ void AActor::Serialize(FSerializer &arc)
A("scale", Scale)
A("renderstyle", RenderStyle)
A("renderflags", renderflags)
A("renderflags2", renderflags2)
A("picnum", picnum)
A("floorpic", floorpic)
A("ceilingpic", ceilingpic)