fixed minor bugs

This commit is contained in:
gmueller
2011-01-08 15:48:04 +01:00
parent 70e3542910
commit 5a0a74ef73
2 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,7 @@ typedef struct team_t team_t;
typedef struct player_t player_t;
typedef struct game_t game_t;
#define GAME_TEAM_COUNT 8
#define GAME_TEAM_COUNT 2
#define GAME_PLAYER_COUNT 64
#define GAME_BOMB_COUNT (GAME_PLAYER_COUNT * 4)