From 99b220fa460e68ecaf11f1598fd789d663377bd4 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 26 Nov 2016 00:56:25 +0100 Subject: [PATCH] Make it clear that FRAGS_PLAYER_NONSOLID and FRAGS_LMS_LOSER hold the same value --- 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 14a02b4cc..910f34e32 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -233,7 +233,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 = -616; +const int FRAGS_PLAYER_NONSOLID = FRAGS_LMS_LOSER; // we can use this frags value for both // water levels -- 2.39.2