2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 02:27:42 +00:00

More CPatterned imps

This commit is contained in:
2018-09-13 17:49:34 -07:00
parent 34c4a038aa
commit 679ce01a61
24 changed files with 491 additions and 43 deletions

View File

@@ -86,7 +86,7 @@ void CStateMachineState::Setup(const CStateMachine* machine)
x0_machine = machine;
x4_state = nullptr;
x8_time = 0.f;
xc_ = 0.f;
xc_random = 0.f;
x10_ = 0.f;
}