From: terencehill Date: Sat, 23 Feb 2013 10:33:36 +0000 (+0100) Subject: Create hud_cursormode cvar to get rid of a developer warning X-Git-Tag: xonotic-v0.7.0~62^2~29^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3edeac4a91ba44d291ce0d89dd91d2795c3857c8;p=xonotic%2Fxonotic-data.pk3dir.git Create hud_cursormode cvar to get rid of a developer warning --- 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"