Difference for include/attack.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_h =   * static char *rcsid_attack_h =
  *   "$Id: attack.h,v 1.3 2001/10/07 07:12:39 garbled Exp $";   *   "$Id: attack.h,v 1.4 2001/10/31 07:00:24 garbled Exp $";
  */   */
   
 /*  /*
Line 44
 
Line 44
  */   */
   
 #define NROFATTACKS 24  #define NROFATTACKS 24
 #define NROFATTACKMESS 10  #define NROFATTACKMESS 20
 #define MAXATTACKMESS 20  #define MAXATTACKMESS 20
   
 /* attack message numbers must be less than NROFATTACKMESS */  /* attack message numbers must be less than NROFATTACKMESS */
Line 58
 
Line 58
 #define ATM_KARATE 6  #define ATM_KARATE 6
 #define ATM_CLAW 7  #define ATM_CLAW 7
 #define ATM_PUNCH 8  #define ATM_PUNCH 8
   #define ATM_SLASH 9
   #define ATM_PIERCE 10
   #define ATM_CLEAVE 11
   #define ATM_SLICE 12
   #define ATM_STAB 13
   #define ATM_WHIP 14
   #define ATM_CRUSH 15
   #define ATM_BLUD 16
   
 /* Note that the last ATNR_ should be one less than NROFATTACKS above  /* Note that the last ATNR_ should be one less than NROFATTACKS above
  * since the ATNR starts counting at zero.   * since the ATNR starts counting at zero.


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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