From: Rudolf Polzer Date: Mon, 14 Oct 2013 01:38:25 +0000 (+0200) Subject: fix typo X-Git-Tag: xonotic-v0.8.0~281 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6042228a26fd6fe48bf7ee6cb7c284257bb498d9;p=xonotic%2Fxonotic-data.pk3dir.git fix typo --- 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) \