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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 13 15:33:07 EDT 2009


Author: div0
Date: 2009-06-13 15:33:07 -0400 (Sat, 13 Jun 2009)
New Revision: 7032

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
fix zoomstate networking


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2009-06-13 19:12:38 UTC (rev 7031)
+++ trunk/data/qcsrc/server/cl_client.qc	2009-06-13 19:33:07 UTC (rev 7032)
@@ -1881,7 +1881,10 @@
 void SetZoomState(float z)
 {
 	if(z != self.zoomstate)
+	{
+		self.zoomstate = z;
 		ClientData_Touch(self);
+	}
 	zoomstate_set = 1;
 }
 



More information about the nexuiz-commits mailing list