]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Remove all forms of sbar highlighting
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 14 Apr 2011 22:11:33 +0000 (01:11 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 14 Apr 2011 22:11:33 +0000 (01:11 +0300)
data/gfx/hud/sb_highlight_1.tga [deleted file]
data/gfx/hud/sb_highlight_2.tga [deleted file]
data/gfx/hud/sb_highlight_3.tga [deleted file]
data/gfx/hud/sb_highlight_4.tga [deleted file]
data/qcsrc/client/sbar.qc

diff --git a/data/gfx/hud/sb_highlight_1.tga b/data/gfx/hud/sb_highlight_1.tga
deleted file mode 100644 (file)
index 3aaa168..0000000
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 (file)
index 281d368..0000000
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 (file)
index 5a70f35..0000000
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 (file)
index d31315e..0000000
Binary files a/data/gfx/hud/sb_highlight_4.tga and /dev/null differ
index 8a03b2b10f26be3dd869d18aaab3377e71c2d666..1f2f4ebc12729f36649a06131dbca697ba37a377 100644 (file)
@@ -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);\r
                        Sbar_DrawXNum(score_pos + '212 12 0' - '16 0 0' * TIME_DECIMALS, distsec, 4, minusplus, 16, distribution_color, sbar_alpha_fg, DRAWFLAG_NORMAL);\r
                }\r
-               // race record display\r
-               if (distribution <= 0 || distribution == score) // draw the highlight background behind the timer if we have the lead\r
-                       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);\r
 \r
                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);\r
                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);\r