X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=15c1366ea10bda6d03cc2cda162e8cddbf4fddec;hp=18ea6d7d16f6204d2b3e6df82e40b851d865af53;hb=991de5e6922cd3c283de56c3249624f0f1bfe767;hpb=7e474d576080259e21690de30778b17029b5c0f2 diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 18ea6d7d16..15c1366ea1 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 = 99; /////////////////////////// // keys pressed @@ -40,9 +40,7 @@ const int SPECIES_RESERVED = 15; const int FRAGS_PLAYER = 0; const int FRAGS_SPECTATOR = -666; -const int FRAGS_LMS_LOSER = -616; -const int FRAGS_PLAYER_NONSOLID = FRAGS_LMS_LOSER; -// we can use this frags value for both +const int FRAGS_PLAYER_OUT_OF_GAME = -616; // server flags const int SERVERFLAG_ALLOW_FULLBRIGHT = 1;