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 (); } //============================================================================