From 18ef542c7f26fa4c5fa3350cb1164f10a538efed Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 6 Oct 2009 00:25:54 +0000 Subject: [PATCH] autostatus was annoying with a default that actually prints useless stuff. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3383 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/zqtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/zqtp.c b/engine/client/zqtp.c index c4f17555c..5d608ed0e 100644 --- a/engine/client/zqtp.c +++ b/engine/client/zqtp.c @@ -76,7 +76,7 @@ void TP_SkinCvar_Callback(struct cvar_s *var, char *oldvalue); TP_CVAR(cl_parseSay, "1"); \ TP_CVAR(cl_parseFunChars, "1"); \ TP_CVAR(cl_triggers, "1"); \ - TP_CVAR(tp_autostatus, "$name $location"); /* things which will not always change, but are useful */ \ + TP_CVAR(tp_autostatus, ""); /* things which will not always change, but are useful */ \ TP_CVAR(tp_forceTriggers, "0"); \ TP_CVAR(tp_loadlocs, "1"); \ TP_CVARC(cl_teamskin, "", TP_SkinCvar_Callback); \