Difference for include/player.h from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 78
 
Line 78
   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 */


Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:27