From ab810cab2575ffebe5e08ed6dfce55453e17f19a Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 2 Apr 2011 19:51:05 +0200 Subject: fixed that player options just show players as friends not clans --- src/engine/client/friends.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/client/friends.h') diff --git a/src/engine/client/friends.h b/src/engine/client/friends.h index e046fc20..e3258ec2 100644 --- a/src/engine/client/friends.h +++ b/src/engine/client/friends.h @@ -22,7 +22,7 @@ public: int NumFriends() const { return m_NumFriends; } const CFriendInfo *GetFriend(int Index) const; - bool IsFriend(const char *pName, const char *pClan) const; + bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const; void AddFriend(const char *pName, const char *pClan); void RemoveFriend(const char *pName, const char *pClan); -- cgit 1.4.1