diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-29 11:59:08 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-29 11:59:08 +0000 |
| commit | 6349abcbdd211fc21d0d7bacf21265a0121fb2a9 (patch) | |
| tree | 20353cbed537ab7bb86805df73555034ee201e7b /src/game/client | |
| parent | 1f246d9dcbc32e1049f4a8a6ac1777b313d9e547 (diff) | |
| download | zcatch-6349abcbdd211fc21d0d7bacf21265a0121fb2a9.tar.gz zcatch-6349abcbdd211fc21d0d7bacf21265a0121fb2a9.zip | |
fixed the welcome screen
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gc_menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index e07d867d..c6c21a66 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -2055,7 +2055,7 @@ int menu2_render() if(ui_do_button(&enter_button, "Enter", 0, &part, ui_draw_menu_button, 0) || inp_key_down(KEY_ENTER)) popup = POPUP_NONE; - ui_hsplit_b(&box, 60.f, &box, &part); + ui_hsplit_b(&box, 40.f, &box, &part); ui_hsplit_b(&box, 24.f, &box, &part); ui_vsplit_l(&part, 60.0f, 0, &label); |