From 65d4ec12142edd76dff4fa6da4eda7a37092b960 Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 22 Oct 2008 12:07:24 +0000 Subject: [PATCH] turn off crosshair in ons_showmap mode too git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4807 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index 730760149..92f787a48 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -281,7 +281,7 @@ void CSQC_UpdateView(void) // Draw the Crosshair float scoreboard_active; scoreboard_active = Sbar_WouldDrawScoreboard(); - R_SetView(VF_DRAWCROSSHAIR, !scoreboard_active); + R_SetView(VF_DRAWCROSSHAIR, !scoreboard_active && !ons_showmap); // Draw the Engine Status Bar (the default Quake HUD) R_SetView(VF_DRAWENGINESBAR, 0); -- 2.39.2