]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Set RANKINGS_CNT constant to 256 morosophos/enlarge-rankings-cnt
authorMorosophos <morosophos@teichisma.info>
Tue, 10 Sep 2019 13:51:37 +0000 (16:51 +0300)
committerMorosophos <morosophos@teichisma.info>
Tue, 10 Sep 2019 13:51:37 +0000 (16:51 +0300)
After we debloated the CTS records DB it seems to work fine. And
luckily CTS/XDF is popular enough to make some demand for this :p

qcsrc/common/constants.qh

index a7e7da546e0b05337766b8247b2832be94c7438c..b9d16f86f4d38b5124b45bd9a9b2bb966876219e 100644 (file)
@@ -1,6 +1,6 @@
 #pragma once
 
-const int RANKINGS_CNT = 99;
+const int RANKINGS_CNT = 256;
 
 ///////////////////////////
 // keys pressed