aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/common.c')
-rw-r--r--code/qcommon/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/common.c b/code/qcommon/common.c
index f1b52ea..439acca 100644
--- a/code/qcommon/common.c
+++ b/code/qcommon/common.c
@@ -3215,7 +3215,7 @@ PrintMatches
*/
static void PrintMatches( const char *s ) {
if ( !Q_stricmpn( s, shortestMatch, strlen( shortestMatch ) ) ) {
- Com_Printf( " %s\n", s );
+ Com_Printf( " %s = \"%s\"\n", s, Cvar_VariableString( s ) );
}
}