From: Samual Lenks Date: Sat, 23 Feb 2013 05:11:25 +0000 (-0500) Subject: That isn't supposed to be there anymore X-Git-Tag: xonotic-v0.7.0~62^2~23^2~165 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=ab3a745fb54223ba95fa15b79b734696329eba91;p=xonotic%2Fxonotic-data.pk3dir.git That isn't supposed to be there anymore --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 1db895318..7d9219a07 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -151,7 +151,7 @@ void Send_CSQC_Centerprint_Generic(entity e, float id, string s, float duration, MSG_INFO_NOTIF(default, prefix##PINK, strnum, flnum, args, hudargs, sprintf(icon, strtolower(STR_TEAM_4)), TCR(normal, COL_TEAM_4, strtoupper(STR_TEAM_4)), TCR(gentle, COL_TEAM_4, strtoupper(STR_TEAM_4))) \ #endif #define MSG_INFO_NOTIFICATIONS \ - /*MSG_INFO_NOTIF(1, 0, INFO_EMPTY, 0, 0, "", "", "", "", "")*/ \ + /*MSG_INFO_NOTIF(1, INFO_EMPTY, 0, 0, "", "", "", "", "")*/ \ MULTITEAM_INFO(1, INFO_CTF_FLAGRETURN_DROPPED_, 2, 0, 0, "", "", "", _("^BGThe ^TC^TT^BG flag was dropped in the base and returned itself\n"), "") \ MULTITEAM_INFO(1, INFO_CTF_FLAGRETURN_DAMAGED_, 2, 0, 0, "", "", "", _("^BGThe ^TC^TT^BG flag was destroyed and returned to base\n"), "") \ MULTITEAM_INFO(1, INFO_CTF_FLAGRETURN_SPEEDRUN_, 2, 0, 1, "f1p2dec", "", "", _("^BGThe ^TC^TT^BG flag became impatient after ^F1%.2f^BG seconds and returned itself\n"), "") \