]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make it clear that FRAGS_PLAYER_NONSOLID and FRAGS_LMS_LOSER hold the same value
authorterencehill <piuntn@gmail.com>
Fri, 25 Nov 2016 23:56:25 +0000 (00:56 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 25 Nov 2016 23:56:25 +0000 (00:56 +0100)
qcsrc/common/constants.qh

index 14a02b4cc928a8fa6d44208bb000c9bbe308e3d5..910f34e326eaaed24ab4462ef31b5d8321bff4c8 100644 (file)
@@ -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