r4332 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 4 07:03:57 EDT 2008


Author: div0
Date: 2008-09-04 07:03:57 -0400 (Thu, 04 Sep 2008)
New Revision: 4332

Modified:
   trunk/data/qcsrc/common/util.qc
   trunk/data/qcsrc/common/util.qh
Log:
do not add fixedmakevectors to menu qc


Modified: trunk/data/qcsrc/common/util.qc
===================================================================
--- trunk/data/qcsrc/common/util.qc	2008-09-04 10:55:19 UTC (rev 4331)
+++ trunk/data/qcsrc/common/util.qc	2008-09-04 11:03:57 UTC (rev 4332)
@@ -632,7 +632,6 @@
 	traceline(v0 + dvy + dvz, v0 + dvx + dvy + dvz, TRUE, forent); if(trace_fraction < 1) return 0;
 	return 1;
 }
-#endif
 
 // a makevectors that inverts vectoangles
 void fixedmakevectors(vector a)
@@ -640,3 +639,4 @@
 	a_x = -a_x;
 	makevectors(a);
 }
+#endif

Modified: trunk/data/qcsrc/common/util.qh
===================================================================
--- trunk/data/qcsrc/common/util.qh	2008-09-04 10:55:19 UTC (rev 4331)
+++ trunk/data/qcsrc/common/util.qh	2008-09-04 11:03:57 UTC (rev 4332)
@@ -68,6 +68,6 @@
 
 #ifndef MENUQC
 float CheckWireframeBox(entity forent, vector v0, vector dvx, vector dvy, vector dvz);
-#endif
 
 void fixedmakevectors(vector a);
+#endif




More information about the nexuiz-commits mailing list