]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
even nicer :P
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 29 May 2009 18:55:17 +0000 (18:55 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 29 May 2009 18:55:17 +0000 (18:55 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8998 d7cf8633-e32d-0410-b094-e92efae38249

cmd.c

diff --git a/cmd.c b/cmd.c
index 33b3f75f0a8955cee3cccd71c503df4df605eb42..993faa3ae6e42262c77c9540f9bd633a78f60513 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -1095,7 +1095,7 @@ static void Cmd_Apropos_f(void)
                if (!matchpattern_with_separator(cvar->name, partial, true, "", false))
                if (!matchpattern_with_separator(cvar->description, partial, true, "", false))
                        continue;
-               Con_Printf("cvar ^3%s^7: %s\n", cvar->name, cvar->description);
+               Con_Printf ("cvar ^3%s^7 is \"%s\" [\"%s\"] %s\n", cvar->name, cvar->string, cvar->defstring, cvar->description);
                count++;
        }
        for (cmd = cmd_functions; cmd; cmd = cmd->next)