about summary refs log tree commit diff
path: root/src/engine
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-05-28 13:49:44 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-05-28 13:49:44 +0000
commitf8b459b63b3ad3cfabe4f42d52d7912e60da2ccb (patch)
tree6a806188a369a4ff0f5f25c85de657540450107c /src/engine
parenteb919aa425ccae85ece8e448b604c1eaf646e17c (diff)
downloadzcatch-f8b459b63b3ad3cfabe4f42d52d7912e60da2ccb.tar.gz
zcatch-f8b459b63b3ad3cfabe4f42d52d7912e60da2ccb.zip
gui changes
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/client/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ui.cpp b/src/engine/client/ui.cpp
index 0f42e435..85ebeaf7 100644
--- a/src/engine/client/ui.cpp
+++ b/src/engine/client/ui.cpp
@@ -80,7 +80,7 @@ void ui_do_label(float x, float y, char *text)
 {
     gfx_blend_normal();
     gfx_texture_set(current_font->font_texture);
-    gfx_pretty_text(x, y, 18.f, text);
+    gfx_pretty_text(x, y, 36.f, text);
 }
 
 int ui_do_button(void *id, const char *text, int checked, float x, float y, float w, float h, draw_button_callback draw_func, void *extra)