diff options
| author | oy <Tom_Adams@web.de> | 2011-03-29 00:48:36 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-29 00:48:36 +0200 |
| commit | 9712e4004cadd88272efacee292c404b02d1572c (patch) | |
| tree | d52aff24321c6a3b8bd1f372f8bc5c33994a8c28 /src/game/client/components/menus.h | |
| parent | 0307138950b844604d314cdcc1228166008083bd (diff) | |
| download | zcatch-9712e4004cadd88272efacee292c404b02d1572c.tar.gz zcatch-9712e4004cadd88272efacee292c404b02d1572c.zip | |
improved the add/remove friend and ignore/notice chat buttons
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 6441573c..06d53411 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -38,7 +38,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 DoButton_Sprite(const void *pID, int ImageID, int SpriteID, int Checked, const CUIRect *pRect, int Corners); 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); int DoButton_PageMenu(const void *pID, const char *pText, int Checked, bool Active, const CUIRect *pRect, int Corners); |