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

Minor fixes.

This commit is contained in:
gyboth
2005-04-09 19:18:28 +00:00
parent d973da436a
commit b5ccda8879
40 changed files with 431 additions and 180 deletions

View File

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