r3165 - trunk/data/qcsrc/menu-div0test/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 17 16:30:17 EST 2008


Author: div0
Date: 2008-01-17 16:30:17 -0500 (Thu, 17 Jan 2008)
New Revision: 3165

Modified:
   trunk/data/qcsrc/menu-div0test/nexuiz/util.qc
Log:
oops... should check against "" here, not string_null


Modified: trunk/data/qcsrc/menu-div0test/nexuiz/util.qc
===================================================================
--- trunk/data/qcsrc/menu-div0test/nexuiz/util.qc	2008-01-17 21:26:31 UTC (rev 3164)
+++ trunk/data/qcsrc/menu-div0test/nexuiz/util.qc	2008-01-17 21:30:17 UTC (rev 3165)
@@ -175,7 +175,7 @@
 		if(time > _Nex_ExtResponseSystem_RetryTime)
 			Item_Nex_ExtResponseSystem_SendQuery();
 
-	if(_Nex_ExtResponseSystem_UpdateTo)
+	if(_Nex_ExtResponseSystem_UpdateTo != "")
 	{
 		fs = ((1/draw_scale_x) * eX + (1/draw_scale_y) * eY) * 12;
 		line = eY * fs_y;




More information about the nexuiz-commits mailing list