diff --git a/code/client/cl_main.c b/code/client/cl_main.c index 5968c40c..a1183d79 100644 --- a/code/client/cl_main.c +++ b/code/client/cl_main.c @@ -3215,7 +3215,7 @@ void CL_Init( void ) { // just demand it. Who doesn't have at least a DSL line now, anyhow? If // you don't, you don't need VoIP. :) if ((cl_voip->integer) && (Cvar_VariableIntegerValue("rate") < 25000)) { - Com_Printf("Your network rate is too slow for VoIP.\n"); + Com_Printf(S_COLOR_YELLOW "Your network rate is too slow for VoIP.\n"); Com_Printf("Set 'Data Rate' to 'LAN/Cable/xDSL' in 'Setup/System/Network' and restart.\n"); Com_Printf("Until then, VoIP is disabled.\n"); Cvar_Set("cl_voip", "0");