mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
red means error. always has, always will. let's keep it that way
This commit is contained in:
parent
227305892f
commit
b34c0365ab
1 changed files with 1 additions and 1 deletions
|
@ -1715,7 +1715,7 @@ static void QDECL CL_RefPrintf( printParm_t print_level, const char* fmt, ... )
|
|||
} else if ( print_level == PRINT_WARNING ) {
|
||||
Com_Printf( S_COLOR_YELLOW "%s", msg );
|
||||
} else if ( print_level == PRINT_DEVELOPER ) {
|
||||
Com_DPrintf( S_COLOR_RED "%s", msg );
|
||||
Com_DPrintf( S_COLOR_CYAN "%s", msg );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue