]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
That isn't supposed to be there anymore
authorSamual Lenks <samual@xonotic.org>
Sat, 23 Feb 2013 05:11:25 +0000 (00:11 -0500)
committerSamual Lenks <samual@xonotic.org>
Sat, 23 Feb 2013 05:11:25 +0000 (00:11 -0500)
qcsrc/common/notifications.qh

index 1db89531850fdb799e8a2908b474715eab696e6d..7d9219a07d9b6fa7896907be899f28791363936e 100644 (file)
@@ -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"), "") \