mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
Fix doors and various area streaming bugs
This commit is contained in:
@@ -91,4 +91,10 @@ void CStateMachineState::Setup(const CStateMachine* machine)
|
||||
}
|
||||
|
||||
std::string CStateMachineState::GetName() const { return {}; }
|
||||
|
||||
CFactoryFnReturn FAiFiniteStateMachineFactory(const SObjectTag &tag, CInputStream &in, const CVParamTransfer &vparms, CObjectReference *)
|
||||
{
|
||||
return TToken<CStateMachine>::GetIObjObjectFor(std::make_unique<CStateMachine>(in));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user