Update of /cvsroot/netrek/server/Vanilla/robots In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3547/robots Modified Files: puckmove.c Log Message: voting site policy Index: puckmove.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/puckmove.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- puckmove.c 22 Apr 2006 02:16:46 -0000 1.3 +++ puckmove.c 26 Apr 2006 09:52:43 -0000 1.4 @@ -1185,12 +1185,7 @@ for (i = 0, j = &players[i]; i < MAXPLAYER; i++, j++) { if (j == me) continue; - -#ifdef VOTING - for (l=0; l < PV_TOTAL; l++) - j->voting[l] = -1; -#endif - + for (l=0; l < PV_TOTAL; l++) j->voting[l] = -1; } me->p_speed = 0; me->p_desspeed = 0; @@ -1272,11 +1267,7 @@ track->t_seconds = 0; track->t_x = 0; track->t_y = 0; -#ifdef VOTING - for (l = 0; l < PV_TOTAL; l++) { - j->voting[l]=-1; - } -#endif + for (l = 0; l < PV_TOTAL; l++) j->voting[l] = -1; track->t_flags = 0; } continue; /* do nothing else for dead players */