mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Implement CTransition constructor
This commit is contained in:
@@ -4,6 +4,10 @@ namespace urde
|
||||
{
|
||||
|
||||
CTransition::CTransition(CInputStream& in)
|
||||
: x0_id(in.readUint32Big())
|
||||
, x4_animA(in.readUint32Big())
|
||||
, x8_animB(in.readUint32Big())
|
||||
, xc_trans(CMetaTransFactory::CreateMetaTrans(in))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user