- fixed ActorInfo inheritance.

This commit is contained in:
Christoph Oelckers 2023-05-01 12:10:37 +02:00
parent aee26c2637
commit 28e451311b

View file

@ -53,6 +53,9 @@ struct FActorInfo
DefaultCstat = other.DefaultCstat;
SpriteSetNames = other.SpriteSetNames;
DefaultScale = other.DefaultScale;
DefaultAction = other.DefaultAction;
DefaultMove = other.DefaultMove;
DefaultMoveflags = other.DefaultMoveflags;
}
void ResolveTextures(const char* clsname, DCoreActor *defaults);