]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Put a little test in place client-side. No actual particles yet.
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 2 Apr 2011 15:15:25 +0000 (18:15 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 2 Apr 2011 15:15:25 +0000 (18:15 +0300)
qcsrc/client/gibs.qc

index a6520d53d80e0bfb86946689a5f8488afa3bde2b..dba41437920891a86d3717353b39551e617578d7 100644 (file)
@@ -289,4 +289,6 @@ void Ent_WeaponDamage()
 
        specnum2 = (specnum1 & 0x78) / 8; // blood type: using four bits (0..7, bit indexes 3,4,5)
        specstr = species_prefix(specnum2);
+
+       dprint(strcat("Origin is: ", vtos(org), " and weapon type is: ", ftos(type)));
 }