Difference for common/item.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *   "$Id: item.c,v 1.6 2000/05/23 07:06:32 cvs Exp $";   *   "$Id: item.c,v 1.7 2000/05/27 06:02:58 cvs Exp $";
  */   */
   
 /*  /*
Line 438
 
Line 438
   
   retbuf[0]='\0';    retbuf[0]='\0';
   if(QUERY_FLAG(op,FLAG_MONSTER)) {    if(QUERY_FLAG(op,FLAG_MONSTER)) {
     /* Merge:  Should it be 0.01 instead of 0.001? CE 0.7 has the former*/      if(FABS(op->speed)>MIN_ACTIVE_SPEED) {
     if(FABS(op->speed)>0.001) {  
       switch((int)((FABS(op->speed))*15)) {        switch((int)((FABS(op->speed))*15)) {
       case 0:        case 0:
         strcat(retbuf,"(very slow movement)");          strcat(retbuf,"(very slow movement)");


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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