Most announcers are longer than 2 seconds because most of them
have around 500ms of silence at the beginning. Using soundlength
actually makes them wait longer than they should. 2 seconds
seems like a better default for most announcers and it's more
consistent.
// 0 = use the announcer sound length
// >0 = use the specified time in seconds
#define ANNCE_INSTANT -1
-#define ANNCE_DEFTIME 0
+#define ANNCE_LENGTH 0
+#define ANNCE_DEFTIME 2
#define MULTITEAM_ANNCE(prefix, defaultvalue, sound, channel, volume, position) \
NOTIF_ADD_AUTOCVAR(ANNCE_##prefix, defaultvalue) \