From: Mircea Kitsune Date: Sat, 2 Apr 2011 15:18:12 +0000 (+0300) Subject: The \n... it always gets forgotten X-Git-Tag: xonotic-v0.6.0~110^2^2~188 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=49dc5c7b7dd79cdfc2fa04fd79680f8390b787fd;p=xonotic%2Fxonotic-data.pk3dir.git The \n... it always gets forgotten --- diff --git a/qcsrc/client/gibs.qc b/qcsrc/client/gibs.qc index dba414379..a3535f026 100644 --- a/qcsrc/client/gibs.qc +++ b/qcsrc/client/gibs.qc @@ -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")); }