Skip to content

Commit

Permalink
IC has a clip
Browse files Browse the repository at this point in the history
  • Loading branch information
AfterShockFF committed May 31, 2016
1 parent 959b925 commit bfadc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game_shared/ff/ff_weapon_ic.cpp
Expand Up @@ -32,10 +32,10 @@
// CFFWeaponIC
//=============================================================================

class CFFWeaponIC : public CFFWeaponBase
class CFFWeaponIC : public CFFWeaponBaseClip
{
public:
DECLARE_CLASS(CFFWeaponIC, CFFWeaponBase);
DECLARE_CLASS(CFFWeaponIC, CFFWeaponBaseClip);
DECLARE_NETWORKCLASS();
DECLARE_PREDICTABLE();

Expand Down

0 comments on commit bfadc4a

Please sign in to comment.