Adds a minimum greater vote count to extend rounds

This commit is contained in:
Putnam3145
2022-03-10 21:35:08 -08:00
parent 67fb160e66
commit 9b4c3a5be3
2 changed files with 19 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)