Difference for include/newclient.h from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newclient_h =   * static char *rcsid_newclient_h =
  *   "$Id: newclient.h,v 1.11 2003/09/13 05:01:33 mwedel Exp $";   *   "$Id: newclient.h,v 1.12 2006/01/09 19:35:12 cavesomething Exp $";
  */   */
   
 /*  /*
Line 99
 
Line 99
 #define CS_STAT_FLAGS 25  #define CS_STAT_FLAGS 25
 #define CS_STAT_WEIGHT_LIM 26  #define CS_STAT_WEIGHT_LIM 26
 #define CS_STAT_EXP64 28  #define CS_STAT_EXP64 28
   #define CS_STAT_SPELL_ATTUNE 29
   #define CS_STAT_SPELL_REPEL 30
   #define CS_STAT_SPELL_DENY 31
   
 /* Start & end of resistances, inclusive. */  /* Start & end of resistances, inclusive. */
 #define CS_STAT_RESIST_START 100  #define CS_STAT_RESIST_START 100
Line 225
 
Line 228
 #define UPD_ANIMSPEED 0x40  #define UPD_ANIMSPEED 0x40
 #define UPD_NROF 0x80  #define UPD_NROF 0x80
   
   /* The flag values sent by the updspell command */
   #define UPD_SP_MANA 0x01
   #define UPD_SP_GRACE 0x02
   #define UPD_SP_DAMAGE 0x04
   
 #define SOUND_NORMAL 0  #define SOUND_NORMAL 0
 #define SOUND_SPELL 1  #define SOUND_SPELL 1
   


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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