From 073044747b5a3f172e5b03ab58b373cdd645c087 Mon Sep 17 00:00:00 2001 From: Damian Kaczmarek Date: Tue, 14 Dec 2010 01:20:47 +0100 Subject: -Working ui_scale parameter. (doing it properly would require lots of framework/interface job ...) --- src/game/client/components/menus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/menus.h') diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 37d34224..c44b9dab 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -81,7 +81,7 @@ class CMenus : public CComponent void UiDoListboxStart(void *pId, const CUIRect *pRect, float RowHeight, const char *pTitle, const char *pBottomText, int NumItems, int ItemsPerRow, int SelectedIndex, float ScrollValue); CListboxItem UiDoListboxNextItem(void *pID, bool Selected = false); - static CListboxItem UiDoListboxNextRow(); + CListboxItem UiDoListboxNextRow(); int UiDoListboxEnd(float *pScrollValue, bool *pItemActivated); //static void demolist_listdir_callback(const char *name, int is_dir, void *user); -- cgit 1.4.1