- 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.

This commit is contained in:
Christoph Oelckers 2016-09-23 19:19:26 +02:00
parent b844ab137e
commit d28d02839e
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ ACTOR Actor native //: Thinker
MissileHeight 32
SpriteAngle 0
SpriteRotation 0
StencilColor "00 00 00"
// Functions
native bool CheckClass(class<Actor> checkclass, int ptr_select = AAPTR_DEFAULT, bool match_superclass = false);