about summary refs log tree commit diff
path: root/src/engine/client/friends.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-02 19:51:05 +0200
committeroy <Tom_Adams@web.de>2011-04-02 19:51:05 +0200
commitab810cab2575ffebe5e08ed6dfce55453e17f19a (patch)
tree58aa606b38b533f4c4138568de2dcd1d0f8db248 /src/engine/client/friends.h
parent401543c7a9171fd637807886eaad6bfd9efd56a5 (diff)
downloadzcatch-ab810cab2575ffebe5e08ed6dfce55453e17f19a.tar.gz
zcatch-ab810cab2575ffebe5e08ed6dfce55453e17f19a.zip
fixed that player options just show players as friends not clans
Diffstat (limited to 'src/engine/client/friends.h')
-rw-r--r--src/engine/client/friends.h2
1 files changed, 1 insertions, 1 deletions
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);