mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-04 11:04:28 +00:00
Add missing break.
This commit is contained in:
parent
0084e73198
commit
03490e338a
@ -307,8 +307,8 @@ void CMassn::HandleAnimEvent( MonsterEvent_t *pEvent )
|
|||||||
SENTENCEG_PlayRndSz( ENT( pev ), "MN_ALERT", HGRUNT_SENTENCE_VOLUME, GRUNT_ATTN, 0, m_voicePitch );
|
SENTENCEG_PlayRndSz( ENT( pev ), "MN_ALERT", HGRUNT_SENTENCE_VOLUME, GRUNT_ATTN, 0, m_voicePitch );
|
||||||
JustSpoke();
|
JustSpoke();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
CSquadMonster::HandleAnimEvent( pEvent );
|
CSquadMonster::HandleAnimEvent( pEvent );
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user