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

"Betting, first draft."

This commit is contained in:
gyboth
2005-10-27 21:10:15 +00:00
parent 970330e0fe
commit 79f1fea94e
49 changed files with 1347 additions and 496 deletions

View File

@@ -218,6 +218,9 @@ typedef struct
/** Match statistics. @see #LiveGameStats */
LiveGameStats stats;
LiveGameTeamState team_state[2];
/** Ids of strategy actions applied.
Actions only get applied once. */
GArray *action_ids[2];
} LiveGame;
#endif