mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Various CAnimTree implementations
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
s32 CAnimTreeTweenBase::sAdvancementDepth = 0;
|
||||
|
||||
CAnimTreeTweenBase::CAnimTreeTweenBase(bool b1, const std::weak_ptr<CAnimTreeNode>& a,
|
||||
const std::weak_ptr<CAnimTreeNode>& b, int flags, const std::string& name)
|
||||
: CAnimTreeDoubleChild(a, b, name), x1c_flags(flags), x20_31_b1(b1)
|
||||
|
||||
Reference in New Issue
Block a user