From d28d02839eac3751942f6632d6c0ea5f55a49e10 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 23 Sep 2016 19:19:26 +0200 Subject: [PATCH] - fixed: An actor's default stencil color should be set in DECORATE instead of doing some hackery elsewhere to compensate for the lack of initialization. --- wadsrc/static/actors/actor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/actors/actor.txt b/wadsrc/static/actors/actor.txt index b8b805219..374e2472d 100644 --- a/wadsrc/static/actors/actor.txt +++ b/wadsrc/static/actors/actor.txt @@ -37,6 +37,7 @@ ACTOR Actor native //: Thinker MissileHeight 32 SpriteAngle 0 SpriteRotation 0 + StencilColor "00 00 00" // Functions native bool CheckClass(class checkclass, int ptr_select = AAPTR_DEFAULT, bool match_superclass = false);