mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 19:12:51 +00:00
client: Fix CChoreoEvent::LOOP causing unexpected CChoreoEvent::SPEAK processing
Closes #872
This commit is contained in:
parent
aea94b32cb
commit
3df11d1ee9
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ void C_SceneEntity::StartEvent( float currenttime, CChoreoScene *scene, CChoreoE
|
|||
|
||||
DispatchProcessLoop( scene, event );
|
||||
}
|
||||
break;
|
||||
case CChoreoEvent::SPEAK:
|
||||
{
|
||||
if ( IsClientOnly() && pActor )
|
||||
|
|
Loading…
Reference in a new issue