red means error. always has, always will. let's keep it that way

This commit is contained in:
arQon 2017-01-19 10:08:59 -08:00
parent 227305892f
commit b34c0365ab

View file

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