mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-23 08:30:58 +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_RenderView ();
|
||||
|
||||
if (crosshair.value)
|
||||
Draw_Crosshair ();
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
|
Loading…
Reference in a new issue