[quake3-commits] r1767 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 6 08:47:35 EST 2010


Author: ludwig
Date: 2010-01-06 08:47:35 -0500 (Wed, 06 Jan 2010)
New Revision: 1767

Modified:
   trunk/code/client/cl_main.c
Log:
make reason for voip disable more visible

Modified: trunk/code/client/cl_main.c
===================================================================
--- trunk/code/client/cl_main.c	2010-01-06 13:47:32 UTC (rev 1766)
+++ trunk/code/client/cl_main.c	2010-01-06 13:47:35 UTC (rev 1767)
@@ -3215,7 +3215,7 @@
 	//  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");



More information about the quake3-commits mailing list