[nexuiz-commits] r7901 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 25 13:52:19 EDT 2009


Author: div0
Date: 2009-09-25 13:52:18 -0400 (Fri, 25 Sep 2009)
New Revision: 7901

Modified:
   trunk/data/qcsrc/server/cl_impulse.qc
Log:
even more details in WP debugging


Modified: trunk/data/qcsrc/server/cl_impulse.qc
===================================================================
--- trunk/data/qcsrc/server/cl_impulse.qc	2009-09-25 17:44:38 UTC (rev 7900)
+++ trunk/data/qcsrc/server/cl_impulse.qc	2009-09-25 17:52:18 UTC (rev 7901)
@@ -550,7 +550,7 @@
 					{
 						if(e.wpcost >= 10000000)
 						{
-							print("unreachable: ", vtos(e.origin), "\n");
+							print("unreachable: ", etos(e), " ", vtos(e.origin), "\n");
 							e.colormod_x = 0.1;
 							e.effects |= EF_NODEPTHTEST | EF_BLUE;
 							++i;
@@ -564,7 +564,7 @@
 					{
 						if(e.wpcost >= 10000000)
 						{
-							print("cannot reach me: ", vtos(e.origin), "\n");
+							print("cannot reach me: ", etos(e), " ", vtos(e.origin), "\n");
 							e.colormod_x = 0.1;
 							e.effects |= EF_NODEPTHTEST | EF_RED;
 							++i;



More information about the nexuiz-commits mailing list