]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add comment here
authorSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 05:46:12 +0000 (00:46 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 05:46:12 +0000 (00:46 -0500)
qcsrc/server/g_damage.qc

index 38a9d5a468f9ef35dab5ebe4ded42e91a7c4e5cf..5229d8bd7f030be692e62b9f704f67dc47bb0706 100644 (file)
@@ -259,8 +259,7 @@ void LogDeath(string mode, float deathtype, entity killer, entity killed)
        GameLogEcho(s);
 }
 
-#define INFO_NO_MSG 0
-
+#define INFO_NO_MSG 0 // so that compilation works with the INFO_##msg_death stuff
 void Obituary_SpecialDeath(entity notif_target, float murder, float deathtype, string s1, string s2, string s3, float f1, float f2, float f3)
 {
        float handled = 0, hits = 0;