From: terencehill Date: Fri, 25 Nov 2016 23:56:25 +0000 (+0100) Subject: Make it clear that FRAGS_PLAYER_NONSOLID and FRAGS_LMS_LOSER hold the same value X-Git-Tag: xonotic-v0.8.2~414 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=99b220fa460e68ecaf11f1598fd789d663377bd4;p=xonotic%2Fxonotic-data.pk3dir.git Make it clear that FRAGS_PLAYER_NONSOLID and FRAGS_LMS_LOSER hold the same value --- 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