From: Mario Date: Wed, 28 Oct 2015 08:37:39 +0000 (+1000) Subject: Increase announcement limit again X-Git-Tag: xonotic-v0.8.2~1764 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=48ff295da63c4966fbfa955a818117e7279640ad;p=xonotic%2Fxonotic-data.pk3dir.git Increase announcement limit again --- 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;