version 1.23 | | version 1.24 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.23 2002/10/03 07:07:43 mwedel Exp $"; | | * "$Id: player.h,v 1.24 2002/11/12 23:20:11 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* but we will have to get password first */ | | /* but we will have to get password first */ |
/* so we have to remember which party to */ | | /* so we have to remember which party to */ |
/* join */ | | /* join */ |
#ifdef SEARCH_ITEMS | | |
char search_str[MAX_BUF]; /* Item we are looking for */ | | char search_str[MAX_BUF]; /* Item we are looking for */ |
#endif /* SEARCH_ITEMS */ | | |
| | |
#ifdef SPELL_ENCUMBRANCE | | #ifdef SPELL_ENCUMBRANCE |
sint16 encumbrance; /* How much our player is encumbered */ | | sint16 encumbrance; /* How much our player is encumbered */ |
/* Probably would be more clever to always have the */ | | /* Probably would be more clever to always have the */ |