Skip to content

Commit

Permalink
CGAME: Hide crosshair and crosshairnames in LPS wait mode
Browse files Browse the repository at this point in the history
see #332
  • Loading branch information
kai-li-wop committed Nov 14, 2024
1 parent b991964 commit 8f45d08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/cgame/cg_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3448,11 +3448,6 @@ static void CG_Draw2D(stereoFrame_t stereoFrame) {
CG_DrawUpperRight(stereoFrame);
CG_DrawSpectator();

if (stereoFrame == STEREO_CENTER)
CG_DrawCrosshair();

CG_DrawCrosshairNames();

cg.scoreBoardShowing = CG_DrawScoreboard();
if (!cg.scoreBoardShowing)
CG_DrawCenterString();
Expand Down

0 comments on commit 8f45d08

Please sign in to comment.