From 746d3a72b02349a3a4cf9b0d858d17e08c581bd5 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 8 May 2017 18:41:03 -0700 Subject: [PATCH] Con_DWarning: restore QS behaviour of printing when developer >= 1 --- quakespasm/Quake/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakespasm/Quake/console.c b/quakespasm/Quake/console.c index 3cd35606..9cfba4fc 100644 --- a/quakespasm/Quake/console.c +++ b/quakespasm/Quake/console.c @@ -540,7 +540,7 @@ void Con_DWarning (const char *fmt, ...) va_list argptr; char msg[MAXPRINTMSG]; - if (developer.value >= 2) + if (developer.value >= 1) { // don't confuse non-developers with techie stuff... // (this is limit exceeded warnings)