From: terencehill Date: Sat, 25 Dec 2010 17:57:51 +0000 (+0100) Subject: Remove hud_bigfont/hud_font from the new stuff of the hud too X-Git-Tag: xonotic-v0.5.0~338 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f31170996b330d0f8fb4384b79aca1cc0b38fcf0;p=xonotic%2Fxonotic-data.pk3dir.git Remove hud_bigfont/hud_font from the new stuff of the hud too --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index d1fa437d7..8b58efaf7 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2734,9 +2734,7 @@ void HUD_Score(void) score_pos = pos + eX * column * (score_size_x + offset_x) + eY * row * (score_size_y + offset_y); if (max_fragcount == score) HUD_Panel_DrawHighlight(score_pos, score_size, '1 1 1', panel_fg_alpha, DRAWFLAG_NORMAL); - drawfont = hud_bigfont; drawstring_aspect(score_pos, ftos(score), score_size, GetTeamRGB(tm.team) * 0.8, panel_fg_alpha, DRAWFLAG_NORMAL); - drawfont = hud_font; ++row; if(row >= rows) { @@ -3680,7 +3678,6 @@ void HUD_Mod_Dom(vector myPos, vector mySize) rows = bound(1, floor((sqrt((4 * aspect_ratio * teams_count + rows) * rows) + rows + 0.5) / 2), teams_count); columns = ceil(teams_count/rows); - drawfont = hud_bigfont; int i; float row, column; for(i=0; i= 5) @@ -4360,7 +4355,6 @@ void HUD_Physics(void) HUD_Panel_DrawProgressBar(panel_pos + acceleration_offset, panel_size, "progressbar", fabs(acceleration)/autocvar_hud_panel_physics_acceleration_max, 0, acceleration_baralign, progressbar_color, autocvar_hud_progressbar_alpha * panel_fg_alpha, DRAWFLAG_NORMAL); } drawstring_aspect(panel_pos + acceleration_offset, ftos_decimals(acceleration, 3), panel_size, '1 1 1', panel_fg_alpha, DRAWFLAG_NORMAL); - drawfont = hud_font; } /*