From 28e451311b41a6ca6abe5675ec0708af1f45d837 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 1 May 2023 12:10:37 +0200 Subject: [PATCH] - fixed ActorInfo inheritance. --- source/core/actorinfo.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/core/actorinfo.h b/source/core/actorinfo.h index a53721885..4a1b92db6 100644 --- a/source/core/actorinfo.h +++ b/source/core/actorinfo.h @@ -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);