about summary refs log tree commit diff
path: root/src/game/client/menu.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-14 13:37:26 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-14 13:37:26 +0000
commitc74efbbdb2e72e2d3ec01d7e606dc1f2a4f36451 (patch)
tree64dcd8676f1dd9b7701f579de6afcb95e618b8b0 /src/game/client/menu.cpp
parent7d8aec0d5bc572fedabeb37e2af12f9ba5155585 (diff)
downloadzcatch-c74efbbdb2e72e2d3ec01d7e606dc1f2a4f36451.tar.gz
zcatch-c74efbbdb2e72e2d3ec01d7e606dc1f2a4f36451.zip
fixed some stuff in the font. looks abit better now
Diffstat (limited to 'src/game/client/menu.cpp')
-rw-r--r--src/game/client/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index acb4ebfb..276ff426 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -1137,7 +1137,7 @@ void modmenu_init()
 	input::enable_char_cache();
 	input::enable_key_cache();
 
-    current_font->font_texture = gfx_load_texture("data/big_font.png");
+    current_font->font_texture = gfx_load_texture("data/big_font2.png");
 
 	background_texture = gfx_load_texture("data/gui_bg.png");
 	gui_tileset_texture = gfx_load_texture("data/gui/gui_widgets.png");