From 875bbdb8c43c1fa4493511a95dcf0e4e33ecde1a Mon Sep 17 00:00:00 2001 From: Nikolay S Date: Sat, 29 Mar 2025 18:52:06 +0100 Subject: [PATCH] Increase RANKINGS_CNT --- 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 f3023e1a8..03bbcba8f 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -28,7 +28,7 @@ const int SPECIES_ROBOT_SHINY = 5; const int SPECIES_RESERVED = 15; #ifdef GAMEQC -const int RANKINGS_CNT = 256; +const int RANKINGS_CNT = 512; /////////////////////////// // keys pressed -- 2.39.5