Skip to content

Commit c61e54e

Browse files
committed
remove new tmp variables
1 parent 008435e commit c61e54e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/game/client/c_smoke_trail.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,6 @@ void C_RocketTrail::Update( float fTimeDelta )
770770

771771
if ( m_bDamaged )
772772
{
773-
SimpleParticle *pParticle;
774-
Vector offset;
775773
Vector offsetColor;
776774

777775
CSmartPtr<CEmberEffect> pEmitter = CEmberEffect::Create("C_RocketTrail::damaged");

0 commit comments

Comments
 (0)