diff --git a/mp/src/game/client/c_fire_smoke.cpp b/mp/src/game/client/c_fire_smoke.cpp index d73a97fb..cc96fcac 100644 --- a/mp/src/game/client/c_fire_smoke.cpp +++ b/mp/src/game/client/c_fire_smoke.cpp @@ -337,7 +337,7 @@ void C_EntityFlame::CreateEffect( void ) #ifdef TF_CLIENT_DLL m_hEffect = ParticleProp()->Create( "burningplayer_red", PATTACH_ABSORIGIN_FOLLOW ); #else - m_hEffect = ParticleProp()->Create( "burning_character", PATTACH_ABSORIGIN_FOLLOW ); + m_hEffect = ParticleProp()->Create( "burning_character_b", PATTACH_ABSORIGIN_FOLLOW ); #endif if ( m_hEffect )