From: Mario <mario@smbclan.net>
Date: Wed, 28 Oct 2015 08:05:21 +0000 (+1000)
Subject: Increase announce notification count
X-Git-Tag: xonotic-v0.8.2~1766
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ee29387ea00e22b98e66ff169473ee7b6dc16431;p=xonotic%2Fxonotic-data.pk3dir.git

Increase announce notification count
---

diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh
index 6c6aa0f824..8889ba05aa 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;