r5166 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Dec 3 15:24:30 EST 2008


Author: div0
Date: 2008-12-03 15:24:30 -0500 (Wed, 03 Dec 2008)
New Revision: 5166

Modified:
   trunk/data/qcsrc/server/w_hook.qc
Log:
hookbomb: stop moving when hit


Modified: trunk/data/qcsrc/server/w_hook.qc
===================================================================
--- trunk/data/qcsrc/server/w_hook.qc	2008-12-03 20:23:13 UTC (rev 5165)
+++ trunk/data/qcsrc/server/w_hook.qc	2008-12-03 20:24:30 UTC (rev 5166)
@@ -46,6 +46,7 @@
 	self.dmg_duration = cvar("g_balance_hook_secondary_duration");
 	self.teleport_time = time;
 	self.dmg_last = 1;
+	self.movetype = MOVETYPE_NONE;
 }
 
 void W_Hook_Touch2 (void)




More information about the nexuiz-commits mailing list