mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 08:31:03 +00:00
Con_DWarning: restore QS behaviour of printing when developer >= 1
This commit is contained in:
parent
f7d9168a26
commit
746d3a72b0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue