From 7e2d826e4beb5c49c57a07954e82f44b2b671dc0 Mon Sep 17 00:00:00 2001 From: -_YoYo178_- <95132723+YoYo178@users.noreply.github.com> Date: Sat, 25 May 2024 17:57:44 +0530 Subject: [PATCH] Remove smoke from fires --- mp/src/game/client/c_fire_smoke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )