Put the crosshair back in

This commit is contained in:
Dan Olson 2000-05-13 21:45:42 +00:00
parent e9a9aecde0
commit b58329b37a

View file

@ -871,6 +871,9 @@ cl.simangles[ROLL] = 0; // FIXME @@@
R_PushDlights ();
R_RenderView ();
if (crosshair.value)
Draw_Crosshair ();
}
//============================================================================