version 1.44 | | version 1.45 |
---|
| | |
/* | | /* |
* static char *rcsid_player_h = | | * static char *rcsid_player_h = |
* "$Id: player.h,v 1.44 2006/01/08 22:40:34 qal21 Exp $"; | | * "$Id: player.h,v 1.45 2006/01/09 19:35:12 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint16 last_flags; /* fire/run on flags for last tick */ | | uint16 last_flags; /* fire/run on flags for last tick */ |
sint32 last_weight; /* Last weight as sent to client; -1 means do not send weight */ | | sint32 last_weight; /* Last weight as sent to client; -1 means do not send weight */ |
sint32 last_weight_limit; /* Last weight limit transmitted to client */ | | sint32 last_weight_limit; /* Last weight limit transmitted to client */ |
| | uint32 last_path_attuned; /* Last spell attunment sent to client */ |
| | uint32 last_path_repelled; /* Last spell repelled sent to client */ |
| | uint32 last_path_denied; /* Last spell denied sent to client */ |
living orig_stats; /* Permanent real stats of player */ | | living orig_stats; /* Permanent real stats of player */ |
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 */ |