Skip to content

Commit

Permalink
Remove smoke from fires
Browse files Browse the repository at this point in the history
  • Loading branch information
YoYo178 committed May 25, 2024
1 parent 257508e commit 7e2d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp/src/game/client/c_fire_smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 7e2d826

Please sign in to comment.