]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix uninitialized
authorRudolf Polzer <divverent@xonotic.org>
Mon, 17 Dec 2012 16:07:12 +0000 (17:07 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 17 Dec 2012 16:07:12 +0000 (17:07 +0100)
qcsrc/server/g_damage.qc

index 1e7d2815d501af4bc8bb9d1df2177e7b13bbbcdb..189cd9b05633b3c8bc1fd0993f879156057533a3 100644 (file)
@@ -373,7 +373,7 @@ void Obituary (entity attacker, entity inflictor, entity targ, float deathtype)
                                        deathtype = KILL_TEAM_BLUE;
                        }
 
-                       Send_KillNotification(s, msg, ftos(w), deathtype, MSG_SUICIDE);
+                       Send_KillNotification(s, msg, "", deathtype, MSG_SUICIDE);
                }
                else if (attacker.classname == "player")
                {