mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'pr-146'
This commit is contained in:
commit
6ac01741a4
|
@ -137,6 +137,7 @@ void CFlickerBat::DoUserAnimEvent(CStateManager& mgr, const CInt32POINode& node,
|
||||||
|
|
||||||
void CFlickerBat::Death(CStateManager& mgr, const zeus::CVector3f& direction, EScriptObjectState state) {
|
void CFlickerBat::Death(CStateManager& mgr, const zeus::CVector3f& direction, EScriptObjectState state) {
|
||||||
SetFlickerBatState(EFlickerBatState::Visible, mgr);
|
SetFlickerBatState(EFlickerBatState::Visible, mgr);
|
||||||
|
SetMuted(false);
|
||||||
CPatterned::Death(mgr, direction, state);
|
CPatterned::Death(mgr, direction, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue