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

Live game development.

This commit is contained in:
gyboth
2005-03-11 17:18:51 +00:00
parent e3ee5be2c7
commit f8e9156b5f
37 changed files with 469 additions and 97 deletions

View File

@@ -113,8 +113,8 @@ enum LiveGameUnitArea
enum LiveGameStatArray
{
LIVE_GAME_STAT_ARRAY_SCORERS = 0,
LIVE_GAME_STAT_ARRAY_REDS,
LIVE_GAME_STAT_ARRAY_YELLOWS,
LIVE_GAME_STAT_ARRAY_REDS,
LIVE_GAME_STAT_ARRAY_INJURED,
LIVE_GAME_STAT_ARRAY_END
};