diff options
| author | oy <Tom_Adams@web.de> | 2011-04-06 11:41:40 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-06 11:41:40 +0200 |
| commit | ebca7929751bf74fb6d32b271d5467c5497316e5 (patch) | |
| tree | 3d9dea4b8aaf36ee26a46b0640ed8ae9041b9449 /src/game/client/components/menus.h | |
| parent | 9b97eb282aabfacf5175f5e0974fada07632f2e8 (diff) | |
| download | zcatch-ebca7929751bf74fb6d32b271d5467c5497316e5.tar.gz zcatch-ebca7929751bf74fb6d32b271d5467c5497316e5.zip | |
improved call vote tab. Closes #573
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 3c712f5d..758bcd3d 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -41,7 +41,6 @@ class CMenus : public CComponent 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); int DoButton_CheckBox_Common(const void *pID, const char *pText, const char *pBoxText, const CUIRect *pRect); int DoButton_CheckBox(const void *pID, const char *pText, int Checked, const CUIRect *pRect); |