View | Details | Raw Unified | Return to bug 181976
Collapse All | Expand All

(-)bzflag/files/patch-include__VotingArbiter.h (+19 lines)
Line 0 Link Here
1
--- ./include/VotingArbiter.h.orig	2012-07-15 18:32:02.000000000 -0500
2
+++ ./include/VotingArbiter.h	2013-09-06 15:16:49.000000000 -0500
3
@@ -231,11 +231,11 @@
4
 };
5
 
6
 
7
-inline VotingArbiter::VotingArbiter(unsigned short int voteTime=60,
8
-				    unsigned short int vetoTime=20,
9
-				    unsigned short int votesRequired=2,
10
-				    float votePercentage=50.1,
11
-				    unsigned short int voteRepeatTime=300)
12
+inline VotingArbiter::VotingArbiter(unsigned short int voteTime,
13
+				    unsigned short int vetoTime,
14
+				    unsigned short int votesRequired,
15
+				    float votePercentage,
16
+				    unsigned short int voteRepeatTime)
17
   : _votingBooth(NULL),
18
     _maxVotes(votesRequired+1),
19
     _voteTime(voteTime),

Return to bug 181976