aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_drawtools.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_drawtools.c')
-rw-r--r--code/cgame/cg_drawtools.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/code/cgame/cg_drawtools.c b/code/cgame/cg_drawtools.c
index 1409ec1..2651d98 100644
--- a/code/cgame/cg_drawtools.c
+++ b/code/cgame/cg_drawtools.c
@@ -431,10 +431,6 @@ void CG_ColorForHealth( vec4_t hcolor ) {
}
-
-
-// bk001205 - code below duplicated in q3_ui/ui-atoms.c
-// bk001205 - FIXME: does this belong in ui_shared.c?
/*
=================
UI_DrawProportionalString2
@@ -594,7 +590,7 @@ UI_DrawBannerString
static void UI_DrawBannerString2( int x, int y, const char* str, vec4_t color )
{
const char* s;
- unsigned char ch; // bk001204 : array subscript
+ unsigned char ch;
float ax;
float ay;
float aw;
@@ -704,7 +700,7 @@ int UI_ProportionalStringWidth( const char* str ) {
static void UI_DrawProportionalString2( int x, int y, const char* str, vec4_t color, float sizeScale, qhandle_t charset )
{
const char* s;
- unsigned char ch; // bk001204 - unsigned
+ unsigned char ch;
float ax;
float ay;
float aw;