From: terencehill Date: Fri, 15 Oct 2010 19:54:25 +0000 (+0200) Subject: Add a comment to explain why my fix of the replicating cursor is still valid X-Git-Tag: xonotic-v0.1.0preview~267^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=106a2ca620b28e2ea2e14bc6079c5ba954e6d265;p=xonotic%2Fxonotic-data.pk3dir.git Add a comment to explain why my fix of the replicating cursor is still valid --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 7d5d98f5e..d93012de7 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -1332,6 +1332,9 @@ void HUD_Panel_Mouse() print("Menu alpha: ", cvar_string("_menu_alpha"), "\n"); */ + // this makes instantly hide the editor cursor, it's needed in case we + // open the HUDExit dialog as hud_fade_alpha doesn't decrease to 0 + // TODO: find a way to fade the cursor out even in this case if(menu_enabled) return;