From: MirceaKitsune Date: Thu, 14 Apr 2011 22:11:33 +0000 (+0300) Subject: Remove all forms of sbar highlighting X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=8cbf6fa713ba7eb3380855c6a2746da220e10cd0;ds=sidebyside Remove all forms of sbar highlighting --- diff --git a/data/gfx/hud/sb_highlight_1.tga b/data/gfx/hud/sb_highlight_1.tga deleted file mode 100644 index 3aaa1680..00000000 Binary files a/data/gfx/hud/sb_highlight_1.tga and /dev/null differ diff --git a/data/gfx/hud/sb_highlight_2.tga b/data/gfx/hud/sb_highlight_2.tga deleted file mode 100644 index 281d368b..00000000 Binary files a/data/gfx/hud/sb_highlight_2.tga and /dev/null differ diff --git a/data/gfx/hud/sb_highlight_3.tga b/data/gfx/hud/sb_highlight_3.tga deleted file mode 100644 index 5a70f351..00000000 Binary files a/data/gfx/hud/sb_highlight_3.tga and /dev/null differ diff --git a/data/gfx/hud/sb_highlight_4.tga b/data/gfx/hud/sb_highlight_4.tga deleted file mode 100644 index d31315ea..00000000 Binary files a/data/gfx/hud/sb_highlight_4.tga and /dev/null differ diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 8a03b2b1..1f2f4ebc 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -1708,9 +1708,6 @@ void Sbar_Score() Sbar_DrawXNum(score_pos + '212 -4 0' - '16 0 0' * TIME_DECIMALS, distmsec, -TIME_DECIMALS, 0, 16, distribution_color, sbar_alpha_fg, DRAWFLAG_NORMAL); Sbar_DrawXNum(score_pos + '212 12 0' - '16 0 0' * TIME_DECIMALS, distsec, 4, minusplus, 16, distribution_color, sbar_alpha_fg, DRAWFLAG_NORMAL); } - // race record display - if (distribution <= 0 || distribution == score) // draw the highlight background behind the timer if we have the lead - drawpic(score_pos + '173 0 0' - '32 0 0' * (4 + TIME_DECIMALS), "gfx/hud/sb_highlight_4", '0 28 0' + '32 0 0' * (4 + TIME_DECIMALS), '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); Sbar_DrawXNum(score_pos + '192 0 0' - TIME_DECIMALS * '30 0 0', racemsec, -TIME_DECIMALS, 0, 30, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); Sbar_DrawXNum(score_pos + '192 0 0' - TIME_DECIMALS * '30 0 0' - '66 0 0', racesec, -2, 0, 30, '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);