diff options
| author | oy <Tom_Adams@web.de> | 2012-01-10 23:03:23 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-10 23:03:23 +0100 |
| commit | e8f9145a0dc097e7c1752f586049fd489a96d984 (patch) | |
| tree | 66313b8cd723148d3a1f2b4120d06a462b8d5160 /src/game/client/components/menus.h | |
| parent | 4efd65359e1073b673f8f5b16bb48f3a0754a4b9 (diff) | |
| download | zcatch-e8f9145a0dc097e7c1752f586049fd489a96d984.tar.gz zcatch-e8f9145a0dc097e7c1752f586049fd489a96d984.zip | |
deactivate player ignore setting if show just friends chat is active and player isn't a friend
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 585fb91f..0125278c 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -40,7 +40,7 @@ class CMenus : public CComponent int DoButton_DemoPlayer(const void *pID, const char *pText, int Checked, const CUIRect *pRect); int DoButton_Sprite(const void *pID, int ImageID, int SpriteID, int Checked, const CUIRect *pRect, int Corners); - int DoButton_Toggle(const void *pID, int Checked, const CUIRect *pRect); + int DoButton_Toggle(const void *pID, int Checked, const CUIRect *pRect, bool Active); int DoButton_Menu(const void *pID, const char *pText, int Checked, const CUIRect *pRect); int DoButton_MenuTab(const void *pID, const char *pText, int Checked, const CUIRect *pRect, int Corners); |