Con_DWarning: restore QS behaviour of printing when developer >= 1

This commit is contained in:
Eric Wasylishen 2017-05-08 18:41:03 -07:00
parent f7d9168a26
commit 746d3a72b0

View file

@ -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)