From: z411 Date: Wed, 9 Nov 2022 22:12:12 +0000 (-0300) Subject: Announcer queue: Fixed typo and clarified comment X-Git-Tag: xonotic-v0.8.6~237^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e04367ebd0a92a4e7b392036c62fc1564506e19;p=xonotic%2Fxonotic-data.pk3dir.git Announcer queue: Fixed typo and clarified comment --- 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