From 06b98151bc94c8ee1481158b5a0ba7f5948b64e4 Mon Sep 17 00:00:00 2001 From: Morosophos Date: Tue, 10 Sep 2019 16:51:37 +0300 Subject: [PATCH] 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 --- qcsrc/common/constants.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2