summaryrefslogtreecommitdiff
path: root/include/constants/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-05 12:08:25 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-02-05 12:08:25 -0500
commita240481d5ffe7f9c7a62faf0617dff888d84d745 (patch)
treef3c5e879fcc7d8a742a12e6a48ca9e133c4b0acb /include/constants/global.h
parent64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (diff)
Document secret_base.c
Diffstat (limited to 'include/constants/global.h')
-rw-r--r--include/constants/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/global.h b/include/constants/global.h
index 55830ae8b..bc611879e 100644
--- a/include/constants/global.h
+++ b/include/constants/global.h
@@ -70,7 +70,7 @@
// party sizes
#define PARTY_SIZE 6
-#define MULTI_PARTY_SIZE PARTY_SIZE / 2
+#define MULTI_PARTY_SIZE (PARTY_SIZE / 2)
#define FRONTIER_PARTY_SIZE 3
#define FRONTIER_DOUBLES_PARTY_SIZE 4
#define FRONTIER_MULTI_PARTY_SIZE 2