Skip to content

Commit

Permalink
Fix autocomplete-caused compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Sep 19, 2016
1 parent 4f2aa4f commit 8321e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/ff/ff_fx_bonusfire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void BonusFireCallback( const CEffectData &data )

Vector projectileOrigin = data.m_vOrigin;
float scale = data.m_flScale;
CBaseEntity *pAffectedEntity = data.getEntity();
CBaseEntity *pAffectedEntity = data.GetEntity();

if ( !pAffectedEntity )
return;
Expand Down

0 comments on commit 8321e29

Please sign in to comment.