mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 17:21:46 +00:00
Put the crosshair back in
This commit is contained in:
parent
e9a9aecde0
commit
b58329b37a
1 changed files with 3 additions and 0 deletions
|
@ -871,6 +871,9 @@ cl.simangles[ROLL] = 0; // FIXME @@@
|
||||||
|
|
||||||
R_PushDlights ();
|
R_PushDlights ();
|
||||||
R_RenderView ();
|
R_RenderView ();
|
||||||
|
|
||||||
|
if (crosshair.value)
|
||||||
|
Draw_Crosshair ();
|
||||||
}
|
}
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue