diff options
| author | oy <Tom_Adams@web.de> | 2011-04-02 19:51:05 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-02 19:51:05 +0200 |
| commit | ab810cab2575ffebe5e08ed6dfce55453e17f19a (patch) | |
| tree | 58aa606b38b533f4c4138568de2dcd1d0f8db248 /src/engine/friends.h | |
| parent | 401543c7a9171fd637807886eaad6bfd9efd56a5 (diff) | |
| download | zcatch-ab810cab2575ffebe5e08ed6dfce55453e17f19a.tar.gz zcatch-ab810cab2575ffebe5e08ed6dfce55453e17f19a.zip | |
fixed that player options just show players as friends not clans
Diffstat (limited to 'src/engine/friends.h')
| -rw-r--r-- | src/engine/friends.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/friends.h b/src/engine/friends.h index d0b9e97b..50e5ef1f 100644 --- a/src/engine/friends.h +++ b/src/engine/friends.h @@ -26,7 +26,7 @@ public: virtual int NumFriends() const = 0; virtual const CFriendInfo *GetFriend(int Index) const = 0; - virtual bool IsFriend(const char *pName, const char *pClan) const = 0; + virtual bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const = 0; virtual void AddFriend(const char *pName, const char *pClan) = 0; virtual void RemoveFriend(const char *pName, const char *pClan) = 0; |