From: Samual Lenks <samual@xonotic.org>
Date: Fri, 1 Mar 2013 05:46:12 +0000 (-0500)
Subject: Add comment here
X-Git-Tag: xonotic-v0.7.0~62^2~23^2~63
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82b65557eb47e5759069b40edaae019c0956c356;p=xonotic%2Fxonotic-data.pk3dir.git

Add comment here
---

diff --git a/qcsrc/server/g_damage.qc b/qcsrc/server/g_damage.qc
index 38a9d5a46..5229d8bd7 100644
--- a/qcsrc/server/g_damage.qc
+++ b/qcsrc/server/g_damage.qc
@@ -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;