version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.14 2001/07/14 04:06:50 mwedel Exp $"; | | * "$Id: player.h,v 1.15 2001/08/29 07:14:16 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
unsigned char prev_fire_on; | | unsigned char prev_fire_on; |
unsigned char prev_keycode; /* Previous command executed */ | | unsigned char prev_keycode; /* Previous command executed */ |
unsigned char key_down; /* Last move-key still held down */ | | unsigned char key_down; /* Last move-key still held down */ |
uint16 mode; /* Mode of player for pickup. */ | | uint32 mode; /* Mode of player for pickup. */ |
signed char digestion; /* Any bonuses/penalties to digestion */ | | signed char digestion; /* Any bonuses/penalties to digestion */ |
signed char gen_hp; /* Bonuses to regeneration speed of hp */ | | signed char gen_hp; /* Bonuses to regeneration speed of hp */ |
signed char gen_sp; /* Bonuses to regeneration speed of sp */ | | signed char gen_sp; /* Bonuses to regeneration speed of sp */ |