mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-24 01:31:41 +00:00
oopsie!
This commit is contained in:
parent
4c4598091c
commit
e1df113fda
1 changed files with 1 additions and 1 deletions
|
@ -1502,7 +1502,7 @@ void SCR_DrawCrosshair (void)
|
|||
else if (crosshair.value && cl.stats[STAT_ZOOM] != 1 && cl.stats[STAT_ZOOM] != 2)
|
||||
Draw_Character ((vid.width - 8)/4/* + crosshair_x*/, (vid.height - 8)*3/4/* + crosshair_y*/, '.');
|
||||
if (cl.stats[STAT_ZOOM] == 2) {
|
||||
Draw_AlphaStretchPic (0, 0, vid.width, vid.height, alpha, sniper_scope);
|
||||
Draw_AlphaStretchPic (0, 0, vid.width, vid.height, 1, sniper_scope);
|
||||
}
|
||||
if (Hitmark_Time > sv.time) {
|
||||
Draw_Pic ((vid.width/2 - hitmark->width)/2,vid.height/2 + (vid.height/2 - hitmark->height)/2, hitmark);
|
||||
|
|
Loading…
Reference in a new issue