From 13deab71ccd34eef02de4e43fd6ad90cc4803704 Mon Sep 17 00:00:00 2001 From: div0 Date: Sun, 27 Jul 2008 10:33:08 +0000 Subject: [PATCH] make mapvoting always use the big font (nonblurry) git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3944 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/client/mapvoting.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/client/mapvoting.qc b/data/qcsrc/client/mapvoting.qc index 6bcb3b5fa..f20cc144c 100644 --- a/data/qcsrc/client/mapvoting.qc +++ b/data/qcsrc/client/mapvoting.qc @@ -136,7 +136,7 @@ void MapVote_Draw() pos_y += 22; pos_x = xmin; - drawfont = sbar_font; + drawfont = sbar_bigfont; // FIXME change this to sbar_font when it gets a SANE size later isize = (ymax - pos_y - mv_num_maps*10) / mv_num_maps; isize = min(isize, 64); -- 2.39.2