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

Made some progress; removed editor gui.

This commit is contained in:
gyboth
2005-03-03 12:46:48 +00:00
parent 4663d2312b
commit 7e07d74abd
80 changed files with 5124 additions and 4329 deletions

View File

@@ -141,6 +141,9 @@ typedef struct
like a substitution that doesn't count as a
match time consuming event. @see #GameUnitTime */
gint minute, time;
/** The match result at the time of this unit. */
gint result[2];
/** The event belonging to the game unit. */
LiveGameEvent event;
@@ -165,9 +168,8 @@ typedef struct
gfloat home_advantage;
/** The array of units. @see #GameUnit */
GArray *units;
/** Match statistics. @see #LiveGameStats */
LiveGameStats stats;
GtkWidget *window;
} LiveGame;
#endif