diff --git a/src/y_inter.c b/src/y_inter.c index 42b348c04..4c75dfc26 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -2495,26 +2495,4 @@ void Y_SetupVoteFinish(INT8 pick, INT8 level) pickedvote = pick; nextmap = votelevels[level]; timer = 0; - - if (voteendtic == -1) - { - /*UINT8 numplayers = 0; - - if (splitscreen) - numplayers = 1; - else - { - UINT8 i; - for (i = 0; i < MAXPLAYERS; i++) - { - if (playeringame[i] && !players[i].spectator) - numplayers++; - } - } - - if (numplayers > 1) - voteendtic = votetic+(6*TICRATE); - else - voteendtic = votetic+(3*TICRATE);*/ - } } \ No newline at end of file