mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
CBodyState and CStateMachine work
This commit is contained in:
@@ -578,7 +578,7 @@ CRealElement* CParticleDataFactory::GetRealElement(CInputStream& in)
|
||||
{
|
||||
CRealElement* a = GetRealElement(in);
|
||||
CRealElement* b = GetRealElement(in);
|
||||
return new CREISWT(a, b);
|
||||
return new CREInitialSwitch(a, b);
|
||||
}
|
||||
case SBIG('CLTN'):
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user