From 8e04367ebd0a92a4e7b392036c62fc1564506e19 Mon Sep 17 00:00:00 2001 From: z411 Date: Wed, 9 Nov 2022 19:12:12 -0300 Subject: [PATCH] Announcer queue: Fixed typo and clarified comment --- qcsrc/common/notifications/all.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/notifications/all.inc b/qcsrc/common/notifications/all.inc index 647937ec7..a01088115 100644 --- a/qcsrc/common/notifications/all.inc +++ b/qcsrc/common/notifications/all.inc @@ -98,10 +98,10 @@ #define N_GNTLOFF 1 #define N__ALWAYS 2 -// defaault time for announcer queue (time to wait before the next announcer is played) +// default time for announcer queue (time to wait before the next announcer is played) // -1 = bypass queue and play the announcer immediately // 0 = use the announcer sound length -// >0 = use the specified time to wait +// >0 = use the specified time in seconds #define ANNCE_INSTANT -1 #define ANNCE_DEFTIME 0 -- 2.39.2