Merge pull request #15547 from Putnam3145/extend-min-pop

Adds a minimum vote count to continue rounds
This commit is contained in:
Lin
2022-03-14 18:48:11 +00:00
committed by GitHub
2 changed files with 20 additions and 5 deletions
+3
View File
@@ -5,6 +5,9 @@
#define HIGHEST_MEDIAN_VOTING "HIGHEST_MEDIAN"
#define INSTANT_RUNOFF_VOTING "IRV"
#define VOTE_TRANSFER "Initiate Crew Transfer"
#define VOTE_CONTINUE "Continue Playing"
#define SHOW_RESULTS (1<<0)
#define SHOW_VOTES (1<<1)
#define SHOW_WINNER (1<<2)