Difference for include/player.h from version 1.26 to 1.27


version 1.26 version 1.27
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 128
 
Line 128
     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 */


Legend:
line(s) removed in v.1.26 
line(s) changed
 line(s) added in v.1.27

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