summaryrefslogtreecommitdiff
path: root/include/constants/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-15 17:41:55 -0500
committerGitHub <noreply@github.com>2021-02-15 17:41:55 -0500
commitee4af94a36b805bace8c2003c0cc41178290338f (patch)
tree0647a9219eda533503c052f02eabf8b6fafa9dea /include/constants/global.h
parentf8a70fdf24aa9e405af7abbbcf22ffa1c12c89a2 (diff)
parent2e57a00d17d80853dc3b14788f7197ede785be8b (diff)
Merge pull request #1324 from GriffinRichards/doc-sb
Document remainder of 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 8033dec87..ee2fd3abc 100644
--- a/include/constants/global.h
+++ b/include/constants/global.h
@@ -69,7 +69,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