From: havoc Date: Mon, 1 May 2006 12:14:02 +0000 (+0000) Subject: fix a type (description as part of value on r_textshadow) X-Git-Tag: xonotic-v0.1.0preview~4021 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fa24d2609b8c39e1ff51878455f6d4b245f04ad0;p=xonotic%2Fdarkplaces.git fix a type (description as part of value on r_textshadow) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6344 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_draw.c b/gl_draw.c index 7a263f96..38c65365 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "cl_video.h" -cvar_t r_textshadow = {0, "r_textshadow", "0" "draws a shadow on all text to improve readability"}; +cvar_t r_textshadow = {0, "r_textshadow", "0", "draws a shadow on all text to improve readability"}; static rtexture_t *char_texture; cachepic_t *r_crosshairs[NUMCROSSHAIRS+1];