From: terencehill Date: Mon, 10 Dec 2018 21:25:36 +0000 (+0100) Subject: Fix condition to show the cursor when the onslaught radar is active while dead: curso... X-Git-Tag: xonotic-v0.8.5~1699 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=001c18815b288fdb18c6ce8a25440ea2ad266f31;hp=944c3aaf41e23275f9232b4fc523a2880bca1bae Fix condition to show the cursor when the onslaught radar is active while dead: cursor was still present enabling the scoreboard --- diff --git a/qcsrc/client/hud/hud.qc b/qcsrc/client/hud/hud.qc index bee8d0568e..0812ea4554 100644 --- a/qcsrc/client/hud/hud.qc +++ b/qcsrc/client/hud/hud.qc @@ -565,8 +565,6 @@ bool HUD_WouldShowCursor() { if(autocvar__hud_configure) return true; - if(hud_panel_radar_mouse) - return true; if(mv_active) return true; //entity local_player = ((csqcplayer) ? csqcplayer : CSQCModel_server2csqc(player_localentnum - 1)); // TODO: doesn't use regular cursor handling