From: Mario Date: Sat, 31 Oct 2015 03:04:51 +0000 (+1000) Subject: We keep running into these limits, increase by 100 X-Git-Tag: xonotic-v0.8.2~1754 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=15582332ca156d4c12ec24dc9399b1adf6c9f4c2;p=xonotic%2Fxonotic-data.pk3dir.git We keep running into these limits, increase by 100 --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index ff5d85c2a..e1779b613 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -574,11 +574,11 @@ float NOTIF_MULTI_COUNT; float NOTIF_CHOICE_COUNT; // notification limits -- INCREASE AS NECESSARY -const float NOTIF_ANNCE_MAX = 200; -const float NOTIF_INFO_MAX = 350; -const float NOTIF_CENTER_MAX = 250; -const float NOTIF_MULTI_MAX = 200; -const float NOTIF_CHOICE_MAX = 30; +const float NOTIF_ANNCE_MAX = 400; +const float NOTIF_INFO_MAX = 450; +const float NOTIF_CENTER_MAX = 350; +const float NOTIF_MULTI_MAX = 300; +const float NOTIF_CHOICE_MAX = 50; // notification entities entity msg_annce_notifs[NOTIF_ANNCE_MAX];