about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-28 21:10:37 +0200
committeroy <Tom_Adams@web.de>2011-03-28 21:10:37 +0200
commit867f9444593f414e0d73b6e85f341f49b0b3aad5 (patch)
tree84e8dd59286f8c98aca242039af6e0a90dcb8cb9 /src/game/client/components/menus.h
parent34a9ca20a75db36d63549a8a9dfe2cc5e21f338d (diff)
downloadzcatch-867f9444593f414e0d73b6e85f341f49b0b3aad5.tar.gz
zcatch-867f9444593f414e0d73b6e85f341f49b0b3aad5.zip
added graphic buttons for remove/add friend and chat ignore/notice
Diffstat (limited to 'src/game/client/components/menus.h')
-rw-r--r--src/game/client/components/menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h
index f9a0fea1..6441573c 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_DemoPlayer_Sprite(const void *pID, int SpriteId, int Checked, const CUIRect *pRect);
+	int DoButton_Sprite(const void *pID, int ImageID, int SpriteID, int Checked, const CUIRect *pRect);
 	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);