]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
remove gl_polyblend, and let a CSQC fullscreen image with blood splatter (thanks...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qc
index b8c6404c9a7dbd80021a740f1ba8c2ed4deaa4ac..9f0075afa53756b1f278443e979f7d37bde3c424 100644 (file)
@@ -489,7 +489,7 @@ void Item_Touch (void)
        if(!Item_GiveTo(self, other))
                return;
 
-       other.stat_pickup_crosshair = time;
+       other.last_pickup = time;
 
        pointparticles(particleeffectnum("item_pickup"), self.origin, '0 0 0', 1);