[nexuiz-commits] r7637 - in branches/nexuiz-2.0: . data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 5 06:46:19 EDT 2009


Author: div0
Date: 2009-09-05 06:46:19 -0400 (Sat, 05 Sep 2009)
New Revision: 7637

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/server/g_triggers.qc
Log:
r7618 | blub0 | 2009-09-03 16:39:09 -0400 (Thu, 03 Sep 2009) | 1 line
making it compile again - div0: please check the pow() change in g_trigger.qc


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-09-05 10:43:31 UTC (rev 7636)
+++ branches/nexuiz-2.0/.patchsets	2009-09-05 10:46:19 UTC (rev 7637)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-7563,7565-7586,7589-7589,7592-7592,7595-7595,7597-7597,7601-7602,7605-7610,7612-7615
+revisions_applied = 1-7563,7565-7586,7589-7589,7592-7592,7595-7595,7597-7597,7601-7602,7605-7610,7612-7615,7618-7618

Modified: branches/nexuiz-2.0/data/qcsrc/server/g_triggers.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/g_triggers.qc	2009-09-05 10:43:31 UTC (rev 7636)
+++ branches/nexuiz-2.0/data/qcsrc/server/g_triggers.qc	2009-09-05 10:46:19 UTC (rev 7637)
@@ -1174,7 +1174,7 @@
     if(!pushdeltatime) return;
 
     // div0: ticrate independent, 1 = identity (not 20)
-    other.velocity = other.velocity * pow(self.strength, * pushdeltatime);
+    other.velocity = other.velocity * pow(self.strength, pushdeltatime);
 }
 
 // Spherical (gravity/repulsor) mode



More information about the nexuiz-commits mailing list