mirror of https://github.com/tstellar/bygfoot.git
Fixed twomatchweeks league display bug.
This commit is contained in:
parent
8947418f2a
commit
e104379071
|
@ -12,7 +12,9 @@
|
|||
- added definitions and names for Turkey (thanks to Onur Aydin)
|
||||
- corrected a bug in training camp. The counting of the training
|
||||
points now works correct.
|
||||
- changed the costs of the training camps.
|
||||
- changed the costs of the training camps
|
||||
- added a couple of new tags to the XML definition system related
|
||||
to weeks with two matchdays of the same competition
|
||||
|
||||
|
||||
1/27/2007: v2.1.0
|
||||
|
|
|
@ -1215,7 +1215,7 @@ fixture_get_next_week(gint *week_number, gint *week_round_number)
|
|||
opt_user_int("int_opt_user_show_all_leagues")))
|
||||
{
|
||||
*week_number = fix->week_number;
|
||||
*week_round_number = 1;
|
||||
*week_round_number = fix->week_round_number;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue