diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 12:08:25 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 12:08:25 -0500 |
commit | a240481d5ffe7f9c7a62faf0617dff888d84d745 (patch) | |
tree | f3c5e879fcc7d8a742a12e6a48ca9e133c4b0acb /include/constants/global.h | |
parent | 64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (diff) |
Document secret_base.c
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 2 |
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 |