Browse Source

Fix build

AR2
mittorn 9 years ago
parent
commit
342d297ba2
  1. 2
      dlls/weapons.h

2
dlls/weapons.h

@ -458,7 +458,7 @@ public:
int Restore( CRestore &restore ); int Restore( CRestore &restore );
static TYPEDESCRIPTION m_SaveData[]; static TYPEDESCRIPTION m_SaveData[];
BOOL HasWeapon( CBasePlayerItem *pCheckItem ); bool HasWeapon( CBasePlayerItem *pCheckItem );
BOOL PackWeapon( CBasePlayerItem *pWeapon ); BOOL PackWeapon( CBasePlayerItem *pWeapon );
BOOL PackAmmo( int iszName, int iCount ); BOOL PackAmmo( int iszName, int iCount );

Loading…
Cancel
Save