From: Morosophos Date: Tue, 10 Sep 2019 13:51:37 +0000 (+0300) Subject: Set RANKINGS_CNT constant to 256 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmorosophos%2Fenlarge-rankings-cnt;p=xonotic%2Fxonotic-data.pk3dir.git Set RANKINGS_CNT constant to 256 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 --- diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index a7e7da546..b9d16f86f 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -1,6 +1,6 @@ #pragma once -const int RANKINGS_CNT = 99; +const int RANKINGS_CNT = 256; /////////////////////////// // keys pressed