From ee29387ea00e22b98e66ff169473ee7b6dc16431 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 28 Oct 2015 18:05:21 +1000 Subject: [PATCH] Increase announce notification count --- qcsrc/common/notifications.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 6c6aa0f82..8889ba05a 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -574,7 +574,7 @@ float NOTIF_MULTI_COUNT; float NOTIF_CHOICE_COUNT; // notification limits -- INCREASE AS NECESSARY -const float NOTIF_ANNCE_MAX = 100; +const float NOTIF_ANNCE_MAX = 150; const float NOTIF_INFO_MAX = 350; const float NOTIF_CENTER_MAX = 250; const float NOTIF_MULTI_MAX = 200; -- 2.39.2