r4415 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 8 10:28:31 EDT 2008


Author: div0
Date: 2008-09-08 10:28:29 -0400 (Mon, 08 Sep 2008)
New Revision: 4415

Modified:
   trunk/data/qcsrc/server/t_items.qc
Log:
no real change :P


Modified: trunk/data/qcsrc/server/t_items.qc
===================================================================
--- trunk/data/qcsrc/server/t_items.qc	2008-09-08 13:59:23 UTC (rev 4414)
+++ trunk/data/qcsrc/server/t_items.qc	2008-09-08 14:28:29 UTC (rev 4415)
@@ -620,8 +620,6 @@
 
 	e = get_weaponinfo(wpn);
 
-	t = g_pickup_respawntime_short;
-
 	if(e.items && e.items != IT_SUPERWEAPON)
 	{
 		ammofield = Item_CounterField(e.items);
@@ -629,6 +627,7 @@
 			self.ammofield = cvar(strcat("g_pickup_", Item_CounterFieldName(e.items)));
 	}
 
+	t = g_pickup_respawntime_short;
 	if(e.items == IT_SUPERWEAPON)
 		t = g_pickup_respawntime_powerup;
 




More information about the nexuiz-commits mailing list