version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.27 2002/11/26 07:44:28 garbled Exp $"; | | * "$Id: player.h,v 1.28 2002/11/30 04:17:41 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
usekeytype usekeys; /* Method for finding keys for doors */ | | usekeytype usekeys; /* Method for finding keys for doors */ |
unapplymode unapply; /* Method for auto unapply */ | | unapplymode unapply; /* Method for auto unapply */ |
sint16 chosen_spell; /* Type of readied spell */ | | sint16 chosen_spell; /* Type of readied spell */ |
sint16 chosen_item_spell; /* Type of spell that the item fires */ | | |
uint32 count; /* Any numbers typed before a command */ | | uint32 count; /* Any numbers typed before a command */ |
uint32 mode; /* Mode of player for pickup. */ | | uint32 mode; /* Mode of player for pickup. */ |
| | |