]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a weird crash (hoping there aren't any more of these, looks like a very specific...
authorMario <zacjardine@y7mail.com>
Sat, 24 Jan 2015 07:43:39 +0000 (18:43 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 24 Jan 2015 07:43:39 +0000 (18:43 +1100)
qcsrc/common/constants.qh

index 083de41b608e22d42a7eec65b3bf5c3d8880eeac..2d8972befa45119a1d455d93aba0874a39d0d406 100644 (file)
@@ -175,7 +175,7 @@ const float SFL_SORT_PRIO_MASK = 12;
 /**
  * Score indices
  */
-const float MAX_SCORE = 10;
+#define MAX_SCORE 10
 const float MAX_TEAMSCORE = 2;
 
 const float ST_SCORE = 0;