r2344 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 18 14:23:22 EDT 2007


Author: div0
Date: 2007-04-18 14:23:22 -0400 (Wed, 18 Apr 2007)
New Revision: 2344

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
oops, two warnings


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2007-04-18 17:41:45 UTC (rev 2343)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2007-04-18 18:23:22 UTC (rev 2344)
@@ -10,12 +10,11 @@
 		// adjust origin in the other direction...
 		e.origin = e.origin - by * (1 - trace_fraction);
 	}
-	return by;
 }
 
 void move_out_of_solid(entity e)
 {
-	vector o, m0, m1, mnew;
+	vector o, m0, m1;
 
 	o = e.origin;
 	traceline(o, o, MOVE_WORLDONLY, e);




More information about the nexuiz-commits mailing list