X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fvote.qh;h=75eda9849e6a235860da66917ce2eb7863fbaf56;hb=2547369acbe9fc29dd9101a6d93f3a2056ef7368;hp=7d937a93c1c1668b7a61a368012046df797f041d;hpb=0e7ed909bffb4ff21f0c68d163edfc17487e380a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/vote.qh b/qcsrc/server/vote.qh index 7d937a93c..75eda9849 100644 --- a/qcsrc/server/vote.qh +++ b/qcsrc/server/vote.qh @@ -7,6 +7,11 @@ float votefinished; .float vote_master; .float vote_next; .float vote_vote; +float vote_yescount; +float vote_nocount; +float vote_abstaincount; +float vote_needed_absolute; +float vote_needed_simple; float VoteCheckNasty(string cmd); entity GetKickVoteVictim(string vote, string cmd, entity caller); @@ -22,5 +27,5 @@ void VoteAccept(); void VoteReject(); void VoteTimeout(); void VoteStop(entity stopper); -void VoteSpam(float yescount, float nocount, float abstaincount, float notvoters, float mincount, string result); +void VoteSpam(float notvoters, float mincount, string result); void VoteCount();