]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Announcer queue: Fixed typo and clarified comment
authorz411 <z411@omaera.org>
Wed, 9 Nov 2022 22:12:12 +0000 (19:12 -0300)
committerz411 <z411@omaera.org>
Wed, 9 Nov 2022 22:14:04 +0000 (19:14 -0300)
qcsrc/common/notifications/all.inc

index 647937ec7f7f74994843214102152df37a3951ed..a010881152466ef640d3109ba7e05c6a069057c4 100644 (file)
 #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