Home
last modified time | relevance | path

Searched refs:mostvotes (Results 1 – 4 of 4) sorted by relevance

/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_cmds.c978 int i, j, mostvotes, winner; in Cmd_Vote_f() local
1014 mostvotes = 0; in Cmd_Vote_f()
1026 if(votedmap[j].tally > mostvotes){ in Cmd_Vote_f()
1027 mostvotes = votedmap[j].tally; in Cmd_Vote_f()
1037 if ( votedmap[j].tally < mostvotes ) in Cmd_Vote_f()
1045 …ds with %i vote%s!", votedmap[winner].mapname, votedmap[winner].tally, (mostvotes > 1) ? "s" : "" … in Cmd_Vote_f()
1061 sprintf( buffer2, "\nlead with %i vote%s!" , mostvotes , (mostvotes > 1) ? "s" : "" ); in Cmd_Vote_f()
1070 if ( votedmap[i].tally < mostvotes ) in Cmd_Vote_f()
1075 …ds with %i vote%s!", votedmap[winner].mapname, votedmap[winner].tally, (mostvotes > 1) ? "s" : "" … in Cmd_Vote_f()
H A Dp_client.c3362 int i, j, mostvotes, n_candidates; in ClientThink() local
3395 mostvotes = 0; in ClientThink()
3399 if (votedmap[j].tally > mostvotes) in ClientThink()
3400 mostvotes = votedmap[j].tally; in ClientThink()
3410 if ( votedmap[j].tally < mostvotes ) in ClientThink()
3425 if ( votedmap[i].tally < mostvotes ) in ClientThink()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_cmds.c978 int i, j, mostvotes, winner; in Cmd_Vote_f() local
1014 mostvotes = 0; in Cmd_Vote_f()
1026 if(votedmap[j].tally > mostvotes){ in Cmd_Vote_f()
1027 mostvotes = votedmap[j].tally; in Cmd_Vote_f()
1037 if ( votedmap[j].tally < mostvotes ) in Cmd_Vote_f()
1045 …ds with %i vote%s!", votedmap[winner].mapname, votedmap[winner].tally, (mostvotes > 1) ? "s" : "" … in Cmd_Vote_f()
1061 sprintf( buffer2, "\nlead with %i vote%s!" , mostvotes , (mostvotes > 1) ? "s" : "" ); in Cmd_Vote_f()
1070 if ( votedmap[i].tally < mostvotes ) in Cmd_Vote_f()
1075 …ds with %i vote%s!", votedmap[winner].mapname, votedmap[winner].tally, (mostvotes > 1) ? "s" : "" … in Cmd_Vote_f()
H A Dp_client.c3362 int i, j, mostvotes, n_candidates; in ClientThink() local
3395 mostvotes = 0; in ClientThink()
3399 if (votedmap[j].tally > mostvotes) in ClientThink()
3400 mostvotes = votedmap[j].tally; in ClientThink()
3410 if ( votedmap[j].tally < mostvotes ) in ClientThink()
3425 if ( votedmap[i].tally < mostvotes ) in ClientThink()