1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-06-05 21:49:20 +02:00

"League cup, fixture free round."

This commit is contained in:
gyboth
2005-05-31 14:42:20 +00:00
parent b78ce019e0
commit 60e321ec42
34 changed files with 294 additions and 288 deletions

View File

@@ -171,9 +171,9 @@ typedef struct
{
/** The fixture that belongs to the game. */
Fixture *fix;
/** Integers determining the fixture (needed because fixture pointers
/** Integer determining the fixture (needed because fixture pointers
can change when new fixtures are added to the fixtures array). */
gint fix_clid, fix_idx;
gint fix_id;
/** Substitutions left for the teams. */
gint subs_left[2];
/** The team that started the game, 0 or 1. */