From 49dc5c7b7dd79cdfc2fa04fd79680f8390b787fd Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 2 Apr 2011 18:18:12 +0300 Subject: [PATCH] The \n... it always gets forgotten --- qcsrc/client/gibs.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } -- 2.39.2