Difference for socket/info.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_sock_info_c =   * static char *rcsid_sock_info_c =
  *   "$Id: info.c,v 1.9 2002/09/28 07:19:40 mwedel Exp $";   *   "$Id: info.c,v 1.10 2002/11/13 00:49:47 garbled Exp $";
  */   */
   
 /*  /*
Line 307
 
Line 307
    }     }
     break;      break;
    case range_magic:     case range_magic:
 #ifdef CASTING_TIME         if (settings.casting_time == TRUE) {
     if (pl->casting > -1) {      if (pl->casting > -1) {
       if (pl->casting == 0)        if (pl->casting == 0)
       sprintf(obuf,"Range: Holding spell (%s)",        sprintf(obuf,"Range: Holding spell (%s)",
Line 315
 
Line 315
       else        else
       sprintf(obuf,"Range: Casting spell (%s)",        sprintf(obuf,"Range: Casting spell (%s)",
               pl->spell->name);                pl->spell->name);
     }      } else
     else          sprintf(obuf,"Range: spell (%s)",
 #endif      spells[pl->contr->chosen_spell].name);
          } else
       sprintf(obuf,"Range: spell (%s)",         sprintf(obuf,"Range: spell (%s)",
               spells[pl->contr->chosen_spell].name);                spells[pl->contr->chosen_spell].name);
     break;      break;


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

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