mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-17 02:39:14 +01:00
Fixed twomatchweeks league display bug.
This commit is contained in:
parent
89ee265cf3
commit
9fb9505b9f
@ -12,7 +12,9 @@
|
|||||||
- added definitions and names for Turkey (thanks to Onur Aydin)
|
- added definitions and names for Turkey (thanks to Onur Aydin)
|
||||||
- corrected a bug in training camp. The counting of the training
|
- corrected a bug in training camp. The counting of the training
|
||||||
points now works correct.
|
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
|
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")))
|
opt_user_int("int_opt_user_show_all_leagues")))
|
||||||
{
|
{
|
||||||
*week_number = fix->week_number;
|
*week_number = fix->week_number;
|
||||||
*week_round_number = 1;
|
*week_round_number = fix->week_round_number;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user