From 40515e5fd5ac5a2c5ba131745f4ff596811e6396 Mon Sep 17 00:00:00 2001 From: gyboth Date: Fri, 9 Jan 2009 10:00:23 +0000 Subject: [PATCH] Fixture scheduling adjustment. --- src/fixture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fixture.c b/src/fixture.c index 581fec56..7bf8268b 100644 --- a/src/fixture.c +++ b/src/fixture.c @@ -544,7 +544,7 @@ fixture_write_round_robin(gpointer league_cup, gint cup_round, } /* Special rule for cups that have to wait for other cups. */ - if(first_week < week + 1) + if(cup_round != -1 && first_week < week + 1) first_week = week + 1; /* first half of fixtures */