]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a comment to explain why my fix of the replicating cursor is still valid
authorterencehill <piuntn@gmail.com>
Fri, 15 Oct 2010 19:54:25 +0000 (21:54 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 15 Oct 2010 19:54:25 +0000 (21:54 +0200)
qcsrc/client/hud.qc

index 7d5d98f5ec2768eeb39c93dba9e379dabad9a86f..d93012de7886131673cec4ce65335bac7da22829 100644 (file)
@@ -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;