mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-22 17:01:08 +00:00
- fixed ActorInfo inheritance.
This commit is contained in:
parent
aee26c2637
commit
28e451311b
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue