2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Initial CPatterned imps

This commit is contained in:
2018-09-07 16:51:07 -07:00
parent 95fbcf914c
commit ee97ede3fe
11 changed files with 299 additions and 22 deletions

View File

@@ -55,7 +55,7 @@ s32 CStateMachine::GetStateIndex(std::string_view state) const
const std::vector<CAiState>& CStateMachine::GetStateVector() const { return x0_states; }
float CStateMachineState::GetTime() const { return 0.f; }
float CStateMachineState::GetTime() const { return x8_time; }
void CStateMachineState::SetState(CStateManager &, CAi &, s32 idx)
{