mirror of https://github.com/AxioDL/metaforce.git
CFlickerBat: Add missing SetMuted() call within Death()
v0-00 contains a call to SetMuted(false) in game code.
This commit is contained in:
parent
330a1bff76
commit
0dd7e3e7bf
|
@ -137,6 +137,7 @@ void CFlickerBat::DoUserAnimEvent(CStateManager& mgr, const CInt32POINode& node,
|
|||
|
||||
void CFlickerBat::Death(CStateManager& mgr, const zeus::CVector3f& direction, EScriptObjectState state) {
|
||||
SetFlickerBatState(EFlickerBatState::Visible, mgr);
|
||||
SetMuted(false);
|
||||
CPatterned::Death(mgr, direction, state);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue