]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase announce notification count
authorMario <mario@smbclan.net>
Wed, 28 Oct 2015 08:05:21 +0000 (18:05 +1000)
committerMario <mario@smbclan.net>
Wed, 28 Oct 2015 08:05:45 +0000 (18:05 +1000)
qcsrc/common/notifications.qh

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