Fixed twomatchweeks league display bug.

This commit is contained in:
gyboth 2007-02-26 20:55:27 +00:00
parent 8947418f2a
commit e104379071
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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;
} }
} }