]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase announcement limit again
authorMario <mario@smbclan.net>
Wed, 28 Oct 2015 08:37:39 +0000 (18:37 +1000)
committerMario <mario@smbclan.net>
Wed, 28 Oct 2015 08:37:39 +0000 (18:37 +1000)
qcsrc/common/notifications.qh

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