From 28bf13057a868998c6f16bb836dc7df763884e35 Mon Sep 17 00:00:00 2001 From: Nick Savchenko Date: Tue, 29 May 2018 20:47:28 +0300 Subject: [PATCH] Set RANKINGS_CNT to 100 --- 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 18ea6d7d16..8afe47bdee 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -1,6 +1,6 @@ #pragma once -const int RANKINGS_CNT = 15; +const int RANKINGS_CNT = 100; /////////////////////////// // keys pressed -- 2.39.2