Document secret_base.c

This commit is contained in:
GriffinR
2021-02-05 12:08:25 -05:00
parent 64460e01ae
commit a240481d5f
4 changed files with 333 additions and 202 deletions
+1 -1
View File
@@ -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