Merge branch 'pr-146'

This commit is contained in:
Luke Street 2020-02-07 11:34:46 -05:00
commit 6ac01741a4
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}