summaryrefslogtreecommitdiff
path: root/source/cl_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_draw.c')
-rw-r--r--source/cl_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_draw.c b/source/cl_draw.c
index 13236e7..ba9c5c2 100644
--- a/source/cl_draw.c
+++ b/source/cl_draw.c
@@ -598,7 +598,7 @@ static void draw_following( void ) {
x = ( scr_hudWidth - strlen( string ) * CHAR_WIDTH ) / 2;
- R_DrawString( x, 48, 0, MAX_STRING_CHARS, string, scr_font );
+ R_DrawString( x, 2, 0, MAX_STRING_CHARS, string, scr_font );
}
static void draw_turtle( void ) {