Difference for include/player.h from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_h =   * static char *rcsid_player_h =
  *   "$Id: player.h,v 1.22 2002/09/28 07:19:39 mwedel Exp $";   *   "$Id: player.h,v 1.23 2002/10/03 07:07:43 mwedel Exp $";
  */   */
   
 /*  /*
Line 125
 
Line 125
     uint16 last_flags;     /* fire/run on flags for last tick */      uint16 last_flags;     /* fire/run on flags for last tick */
     uint32 last_weight_limit;  /* Last weight limit transmitted to client */      uint32 last_weight_limit;  /* Last weight limit transmitted to client */
     object *golem;     /* Which golem is controlled */      object *golem;     /* Which golem is controlled */
       uint32 golem_count;     /* To track the golem */
     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 */


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

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