Add missing break.

This commit is contained in:
Night Owl 2017-12-18 00:20:23 +05:00
parent 0084e73198
commit 03490e338a
1 changed files with 1 additions and 1 deletions

View File

@ -307,8 +307,8 @@ void CMassn::HandleAnimEvent( MonsterEvent_t *pEvent )
SENTENCEG_PlayRndSz( ENT( pev ), "MN_ALERT", HGRUNT_SENTENCE_VOLUME, GRUNT_ATTN, 0, m_voicePitch );
JustSpoke();
}
}
break;
default:
CSquadMonster::HandleAnimEvent( pEvent );
break;