mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Lots of work on CAutoMapper
This commit is contained in:
@@ -1510,6 +1510,12 @@ void CSamusHud::Update(float dt, const CStateManager& mgr,
|
||||
x29c_decoIntf->Update(dt, mgr);
|
||||
}
|
||||
|
||||
void CSamusHud::ProcessControllerInput(const CFinalInput& input)
|
||||
{
|
||||
if (x29c_decoIntf)
|
||||
x29c_decoIntf->ProcessInput(input);
|
||||
}
|
||||
|
||||
void CSamusHud::UpdateStateTransition(float dt, const CStateManager& mgr)
|
||||
{
|
||||
if (x2cc_preLoadCountdown == 0)
|
||||
|
||||
Reference in New Issue
Block a user