*** empty log message ***

This commit is contained in:
gyboth 2005-04-25 19:01:11 +00:00
parent 5317e02231
commit 07974ae794
2 changed files with 1 additions and 9 deletions

View File

@ -77,14 +77,6 @@ callback_player_clicked(gint idx, GdkEventButton *event)
if(event->type != GDK_BUTTON_PRESS)
return;
/*d*/
gint i;
for(i=0;i<ligs->len;i++)
printf("%d %s %d \n ", i, lig(i).name->str, lig(i).id);
printf("\n");
for(i=0;i<cps->len;i++)
printf("%d %s %d \n ", i, cp(i).name->str, cp(i).id);
if(event->button == 1)
{
if(selected_row[0] == -1)

View File

@ -304,7 +304,7 @@ user_weekly_update_counters(User *user)
if(rank < rank_bounds[0])
user->counters[COUNT_USER_SUCCESS] += (rank_bounds[0] - rank);
else if(rank > rank_bounds[1])
user->counters[COUNT_USER_SUCCESS] -= (rank - rank_bounds[1])
user->counters[COUNT_USER_SUCCESS] -= (rank - rank_bounds[1]);
else
{
if(user->counters[COUNT_USER_SUCCESS] > 0)