version 1.26 | | version 1.27 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.26 2002/11/13 05:24:53 garbled Exp $"; | | * "$Id: player.h,v 1.27 2002/11/26 07:44:28 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
living last_stats; /* Last stats as sent to client */ | | living last_stats; /* Last stats as sent to client */ |
float last_speed; /* Last speed as sent to client */ | | float last_speed; /* Last speed as sent to client */ |
sint16 last_resist[NROFATTACKS]; /* last resist values sent to client */ | | sint16 last_resist[NROFATTACKS]; /* last resist values sent to client */ |
| | |
#ifdef USE_SWAP_STATS | | |
int Swap_First; /* First stat player has selected to swap */ | | int Swap_First; /* First stat player has selected to swap */ |
#endif | | |
| | |
object *ob; /* The object representing the player */ | | object *ob; /* The object representing the player */ |
object *last_used; /* Pointer to object last picked or applied */ | | object *last_used; /* Pointer to object last picked or applied */ |
uint32 last_used_id; /* Safety measures to be sure it's the same */ | | uint32 last_used_id; /* Safety measures to be sure it's the same */ |