From: Mario Date: Sun, 5 May 2013 23:03:22 +0000 (+1000) Subject: Remove unused zombie apocalypse notification X-Git-Tag: xonotic-v0.8.0~241^2^2~251 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1226a728404555f4f400b5f3683fe2ac31b1779b;p=xonotic%2Fxonotic-data.pk3dir.git Remove unused zombie apocalypse notification --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 4e154e712..e15d64a0d 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -609,8 +609,7 @@ void Send_Notification_WOVA( MSG_CENTER_NOTIF(1, CENTER_TEAMCHANGE_SPECTATE, 0, 1, "", CPID_TEAMCHANGE, "1 f1", _("^K1Spectating in ^COUNT"), "") \ MSG_CENTER_NOTIF(1, CENTER_TEAMCHANGE_SUICIDE, 0, 1, "", CPID_TEAMCHANGE, "1 f1", _("^K1Suicide in ^COUNT"), "") \ MSG_CENTER_NOTIF(1, CENTER_TIMEOUT_BEGINNING, 0, 1, "", CPID_TIMEOUT, "1 f1", _("^F4Timeout begins in ^COUNT"), "") \ - MSG_CENTER_NOTIF(1, CENTER_TIMEOUT_ENDING, 0, 1, "", CPID_TIMEOUT, "1 f1", _("^F4Timeout ends in ^COUNT"), "") \ - MSG_CENTER_NOTIF(1, CENTER_ZA_WIN, 0, 0, "", NO_CPID, "0 0", _("^F1All zombies exterminated, prepare for the next round!"), "") + MSG_CENTER_NOTIF(1, CENTER_TIMEOUT_ENDING, 0, 1, "", CPID_TIMEOUT, "1 f1", _("^F4Timeout ends in ^COUNT"), "") #define MSG_MULTI_NOTIFICATIONS \ MSG_MULTI_NOTIF(1, DEATH_MURDER_CHEAT, NO_MSG, INFO_DEATH_MURDER_CHEAT, NO_MSG) \