aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/particle_parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/particle_parse.cpp')
-rw-r--r--mp/src/game/shared/particle_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/shared/particle_parse.cpp b/mp/src/game/shared/particle_parse.cpp
index 9d3b4245..db15685d 100644
--- a/mp/src/game/shared/particle_parse.cpp
+++ b/mp/src/game/shared/particle_parse.cpp
@@ -309,7 +309,7 @@ void DispatchParticleEffect( const char *pszParticleName, ParticleAttachment_t i
if ( ( data.m_fFlags & PARTICLE_DISPATCH_FROM_ENTITY ) != 0 &&
( iAttachType == PATTACH_ABSORIGIN_FOLLOW || iAttachType == PATTACH_POINT_FOLLOW || iAttachType == PATTACH_ROOTBONE_FOLLOW ) )
{
- CReliableBroadcastRecipientFilter filter;
+ CBroadcastRecipientFilter filter;
DispatchEffect( "ParticleEffect", data, filter );
}
else