version 1.15 | | version 1.16 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.15 2001/08/29 07:14:16 mwedel Exp $"; | | * "$Id: player.h,v 1.16 2001/11/17 21:25:21 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char own_title[MAX_NAME]; | | char own_title[MAX_NAME]; |
char title[MAX_NAME]; | | char title[MAX_NAME]; |
| | |
| | /* EXT_SERVER: this string hold player description. |
| | * Client must parse it. |
| | * format: "<Rank> <Name>\n<Gender> <Race> <Profession>\n" |
| | */ |
| | char ext_title[MAX_EXT_TITLE]; |
| | |
signed char levhp[11]; /* What the player gained on that level */ | | signed char levhp[11]; /* What the player gained on that level */ |
signed char levsp[11]; | | signed char levsp[11]; |
signed char levgrace[11]; | | signed char levgrace[11]; |