]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
The \n... it always gets forgotten
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 2 Apr 2011 15:18:12 +0000 (18:18 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 2 Apr 2011 15:18:12 +0000 (18:18 +0300)
qcsrc/client/gibs.qc

index dba41437920891a86d3717353b39551e617578d7..a3535f026a1c76c6b9420c2f58cf4ad76c1b7abc 100644 (file)
@@ -290,5 +290,5 @@ 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)));
+       dprint(strcat("Origin is: ", vtos(org), " and weapon type is: ", ftos(type), "\n"));
 }