X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;fp=qcsrc%2Fcommon%2Fconstants.qh;h=15c1366ea10bda6d03cc2cda162e8cddbf4fddec;hb=48ef3f936d6af04dbb3cd1c018e8d937f99ec171;hp=675b75c0a4a0fc4ae21e39bc4fbbe67415e8bb3c;hpb=846127001326ab0cb98b2480a2c293f3981039c6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 675b75c0a..15c1366ea 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -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;