[nexuiz-commits] r7030 - trunk/data/qcsrc/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Jun 13 14:43:55 EDT 2009
Author: div0
Date: 2009-06-13 14:43:55 -0400 (Sat, 13 Jun 2009)
New Revision: 7030
Modified:
trunk/data/qcsrc/server/cl_weapons.qc
trunk/data/qcsrc/server/extensions.qh
Log:
remove a double classname assignment; improve description
Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc 2009-06-13 18:37:04 UTC (rev 7029)
+++ trunk/data/qcsrc/server/cl_weapons.qc 2009-06-13 18:43:55 UTC (rev 7030)
@@ -187,7 +187,6 @@
wep.classname = "droppedweapon";
wep.velocity = velo;
wep.owner = wep.enemy = own;
- wep.classname = "droppedweapon";
wep.flags |= FL_TOSSED;
wep.colormap = own.colormap;
Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh 2009-06-13 18:37:04 UTC (rev 7029)
+++ trunk/data/qcsrc/server/extensions.qh 2009-06-13 18:43:55 UTC (rev 7030)
@@ -1151,7 +1151,7 @@
//darkplaces implementation: divVerent
//field definitions:
.float bouncefactor; // velocity multiplier after a bounce
-.float bouncestop; // bounce stops if velocity to bounce plane is < bouncestop * gravity
+.float bouncestop; // bounce stops if velocity to bounce plane is < bouncestop * gravity AFTER the bounce
//description:
//allows qc to customize MOVETYPE_BOUNCE a bit
More information about the nexuiz-commits
mailing list