increased voting time to 25 secs #637

This commit is contained in:
Alfred Eriksson 2009-01-17 16:52:57 +00:00
parent 6c98a36f0f
commit 96f604f9d1

View file

@ -245,7 +245,7 @@ void GAMECONTEXT::start_vote(const char *desc, const char *command)
}
// start vote
vote_closetime = time_get() + time_freq()*10;
vote_closetime = time_get() + time_freq()*25;
str_copy(vote_description, desc, sizeof(vote_description));
str_copy(vote_command, command, sizeof(vote_description));
send_vote_set(-1);