|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: player.h,v 1.5 2004/09/26 02:28:05 stpohle Exp $
|
|
|
|
/* $Id: player.h,v 1.6 2004/09/26 20:57:25 stpohle Exp $
|
|
|
|
* playerinclude file
|
|
|
|
* playerinclude file
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
@ -114,8 +114,8 @@ struct {
|
|
|
|
struct __team {
|
|
|
|
struct __team {
|
|
|
|
_player *players[MAX_PLAYERS];
|
|
|
|
_player *players[MAX_PLAYERS];
|
|
|
|
char name[LEN_PLAYERNAME];
|
|
|
|
char name[LEN_PLAYERNAME];
|
|
|
|
int active;
|
|
|
|
|
|
|
|
int wins;
|
|
|
|
int wins;
|
|
|
|
|
|
|
|
int points;
|
|
|
|
} typedef _team;
|
|
|
|
} typedef _team;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|