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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 20 03:42:42 EST 2009


Author: div0
Date: 2009-12-20 03:42:41 -0500 (Sun, 20 Dec 2009)
New Revision: 8434

Modified:
   trunk/data/qcsrc/server/t_quake.qc
Log:
get rid of mass warning


Modified: trunk/data/qcsrc/server/t_quake.qc
===================================================================
--- trunk/data/qcsrc/server/t_quake.qc	2009-12-20 05:09:05 UTC (rev 8433)
+++ trunk/data/qcsrc/server/t_quake.qc	2009-12-20 08:42:41 UTC (rev 8434)
@@ -62,5 +62,6 @@
 	gettaginfo_forward = '0 0 0';
 	gettaginfo_right = '0 0 0';
 	gettaginfo_up = '0 0 0';
+	self.mass = 0;
 }
 



More information about the nexuiz-commits mailing list