From b58329b37a94de5fefa8589bc870d015a1004825 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Sat, 13 May 2000 21:45:42 +0000 Subject: [PATCH] Put the crosshair back in --- source/r_view.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/r_view.c b/source/r_view.c index 636ce54..fb39699 100644 --- a/source/r_view.c +++ b/source/r_view.c @@ -871,6 +871,9 @@ cl.simangles[ROLL] = 0; // FIXME @@@ R_PushDlights (); R_RenderView (); + + if (crosshair.value) + Draw_Crosshair (); } //============================================================================