diff --git a/include/player.h b/include/player.h index a6d67e6..0579a9d 100644 --- a/include/player.h +++ b/include/player.h @@ -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 */ @@ -114,8 +114,8 @@ struct { struct __team { _player *players[MAX_PLAYERS]; char name[LEN_PLAYERNAME]; - int active; int wins; + int points; } typedef _team;