]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
We keep running into these limits, increase by 100
authorMario <mario@smbclan.net>
Sat, 31 Oct 2015 03:04:51 +0000 (13:04 +1000)
committerMario <mario@smbclan.net>
Sat, 31 Oct 2015 03:04:51 +0000 (13:04 +1000)
qcsrc/common/notifications.qh

index ff5d85c2a3b178a05731e72125e018d76218a277..e1779b613f406daa60f9914660fbfcab4d730d32 100644 (file)
@@ -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];