Work on timeout of kick votes.

This commit is contained in:
lotodore
2008-12-06 21:10:46 +00:00
parent 2652625828
commit e0c1662fa5
7 changed files with 163 additions and 55 deletions
+7
View File
@@ -89,6 +89,13 @@ enum DenyVoteReason
VOTE_DENIED_OTHER_REASON
};
enum EndPetitionReason
{
PETITION_END_ENOUGH_VOTES = 0,
PETITION_END_NOT_ENOUGH_PLAYERS,
PETITION_END_PLAYER_LEFT,
PETITION_END_TIMEOUT
};
enum Button {
BUTTON_NONE = 0,