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

"German commentary improved."

This commit is contained in:
gyboth
2005-08-17 20:39:07 +00:00
parent 1762450b7d
commit 5895b8dc21
10 changed files with 189 additions and 173 deletions

View File

@@ -175,6 +175,9 @@ typedef struct
/** Integer determining the fixture (needed because fixture pointers
can change when new fixtures are added to the fixtures array). */
gint fix_id;
/** The names of the teams stored for later use (when the fixture
already got freed). */
GString *team_names[2];
/** Substitutions left for the teams. */
gint subs_left[2];
/** The team that started the game, 0 or 1. */