diff --git a/dlls/weapons.h b/dlls/weapons.h index a2e39395..475dee2d 100644 --- a/dlls/weapons.h +++ b/dlls/weapons.h @@ -458,7 +458,7 @@ public: int Restore( CRestore &restore ); static TYPEDESCRIPTION m_SaveData[]; - BOOL HasWeapon( CBasePlayerItem *pCheckItem ); + bool HasWeapon( CBasePlayerItem *pCheckItem ); BOOL PackWeapon( CBasePlayerItem *pWeapon ); BOOL PackAmmo( int iszName, int iCount );