From 3edeac4a91ba44d291ce0d89dd91d2795c3857c8 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 23 Feb 2013 11:33:36 +0100 Subject: [PATCH] Create hud_cursormode cvar to get rid of a developer warning --- _hud_common.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_hud_common.cfg b/_hud_common.cfg index ba88a2a4f..f4fa1c942 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -5,6 +5,8 @@ seta hud_configure_checkcollisions 0 "check for collisions against other panels seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud configure mode" seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode" +seta hud_cursormode 1 "handle mouse input in cursor mode when CSQC displays a cursor" + seta hud_fontsize 11 "text fontsize for the hud" seta hud_width 560 "2D virtual width for the hud" -- 2.39.2