1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-16 10:21:15 +01:00

Fixed two_match_week bug for cups.

This commit is contained in:
gyboth 2007-02-23 09:16:02 +00:00
parent ef6fe22946
commit 225fbc6f99

View File

@ -509,8 +509,8 @@ start_week_add_cups(void)
for(i=0;i<cps->len;i++)
if(cp(i).add_week == week)
{
fixture_write_cup_fixtures(&cp(i));
g_ptr_array_add(acps, &cp(i));
fixture_write_cup_fixtures(&cp(i));
}
}