From fa866734d4f5318b9c4ec597245c522bc187b966 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 24 Jan 2015 18:43:39 +1100 Subject: [PATCH] Fix a weird crash (hoping there aren't any more of these, looks like a very specific function causing issues) --- 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 083de41b60..2d8972befa 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -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; -- 2.39.2