diff --git a/Quake/gl_screen.c b/Quake/gl_screen.c index f7c7f580..dbf8218b 100644 --- a/Quake/gl_screen.c +++ b/Quake/gl_screen.c @@ -183,6 +183,8 @@ void SCR_DrawCenterString (void) //actually do the drawing y = 200*0.35; //johnfitz -- 320x200 coordinate system else y = 48; + if (crosshair.value) + y -= 8; do {