diff --git a/Runtime/MP1/World/CFlickerBat.cpp b/Runtime/MP1/World/CFlickerBat.cpp index 18f288c01..1ef1a2f24 100644 --- a/Runtime/MP1/World/CFlickerBat.cpp +++ b/Runtime/MP1/World/CFlickerBat.cpp @@ -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); }