fixed minor bugs
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user