From 6042228a26fd6fe48bf7ee6cb7c284257bb498d9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 14 Oct 2013 03:38:25 +0200 Subject: [PATCH] fix typo --- qcsrc/common/notifications.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 0214ec3d6..e8e92f018 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -230,7 +230,7 @@ void Send_Notification_WOCOVA( MSG_ANNCE_NOTIF(default, prefix##YELLOW, channel, sprintf(sound, strtolower(STATIC_NAME_TEAM_3)), volume, position) \ MSG_ANNCE_NOTIF(default, prefix##PINK, channel, sprintf(sound, strtolower(STATIC_NAME_TEAM_4)), volume, position) #define MULTITEAM_ANNCE(default,prefix,teams,channel,sound,volume,position) \ - MSG_ANNCE_NOTIF_##teams(default,prefix,channel,sound,volume,position) \ + MULTITEAM_ANNCE##teams(default,prefix,channel,sound,volume,position) #define MSG_ANNCE_NOTIFICATIONS \ MSG_ANNCE_NOTIF(1, ANNCE_ACHIEVEMENT_AIRSHOT, CH_INFO, "airshot", VOL_BASEVOICE, ATTEN_NONE) \ -- 2.39.2