Difference for include/player.h from version 1.43 to 1.44


version 1.43 version 1.44
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_h =   * static char *rcsid_player_h =
  *   "$Id: player.h,v 1.43 2005/10/01 17:46:04 ryo_saeba Exp $";   *   "$Id: player.h,v 1.44 2006/01/08 22:40:34 qal21 Exp $";
  */   */
   
 /*  /*
Line 74
 
Line 74
 typedef enum usekeytype {  typedef enum usekeytype {
     key_inventory=0,      key_inventory=0,
     keyrings=1,      keyrings=1,
     containers=2,      containers=2
 } usekeytype;  } usekeytype;
   
 /* This is used to control what to do when we need to unapply  /* This is used to control what to do when we need to unapply
Line 83
 
Line 83
 typedef enum unapplymode {  typedef enum unapplymode {
     unapply_nochoice=0,     /* Will unapply objects when there no choice to unapply */      unapply_nochoice=0,     /* Will unapply objects when there no choice to unapply */
     unapply_never=1,     /* will not unapply objects automatically */      unapply_never=1,     /* will not unapply objects automatically */
     unapply_always=2,     /* Will unapply whatever is necessary - this goes beyond */      unapply_always=2     /* Will unapply whatever is necessary - this goes beyond */
      /* no choice - if there are multiple ojbect of the same type */       /* no choice - if there are multiple ojbect of the same type */
      /* that need to be unapplied, there is no way for the player */       /* that need to be unapplied, there is no way for the player */
      /* to control which of these will be unapplied. */       /* to control which of these will be unapplied. */


Legend:
line(s) removed in v.1.43 
line(s) changed
 line(s) added in v.1.44

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