From 48ff295da63c4966fbfa955a818117e7279640ad Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 28 Oct 2015 18:37:39 +1000 Subject: [PATCH] Increase announcement limit again --- 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 8889ba05a..ff5d85c2a 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 = 150; +const float NOTIF_ANNCE_MAX = 200; const float NOTIF_INFO_MAX = 350; const float NOTIF_CENTER_MAX = 250; const float NOTIF_MULTI_MAX = 200; -- 2.39.2