diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-23 13:28:57 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-23 13:28:57 +0000 |
| commit | 8f9e2031dcd562e72ac7e5ec9c00b8aed10b53a6 (patch) | |
| tree | 3c943d11bf19fa7bb355a5733488f010233a1b0a /src/game/client/components | |
| parent | b65a2c63aa98d73e2e45b6db747793cfcda6f2c3 (diff) | |
| download | zcatch-8f9e2031dcd562e72ac7e5ec9c00b8aed10b53a6.tar.gz zcatch-8f9e2031dcd562e72ac7e5ec9c00b8aed10b53a6.zip | |
repaired the editor
Diffstat (limited to 'src/game/client/components')
| -rw-r--r-- | src/game/client/components/menus.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index 6390ec52..d3c509d9 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -25,8 +25,8 @@ class MENUS : public COMPONENT static void ui_draw_checkbox_common(const void *id, const char *text, const char *boxtext, const RECT *r); static void ui_draw_checkbox(const void *id, const char *text, int checked, const RECT *r, const void *extra); static void ui_draw_checkbox_number(const void *id, const char *text, int checked, const RECT *r, const void *extra); - static int ui_do_edit_box(void *id, const RECT *rect, char *str, int str_size, float font_size, bool hidden=false); + static int ui_do_edit_box(void *id, const RECT *rect, char *str, int str_size, float font_size, bool hidden=false); static float ui_do_scrollbar_v(const void *id, const RECT *rect, float current); static float ui_do_scrollbar_h(const void *id, const RECT *rect, float current); |