Difference for server/c_range.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_range_c =   * static char *rcsid_c_range_c =
  *   "$Id: c_range.c,v 1.12 2005/10/01 17:46:05 ryo_saeba Exp $";   *   "$Id: c_range.c,v 1.13 2006/01/01 11:22:04 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 189
 
Line 189
     } /* params supplied */      } /* params supplied */
   
     /* We get here if cast was given without options or we could not find      /* We get here if cast was given without options or we could not find
      * the requested spell.  List all the spells the player knows (if       * the requested spell.  List all the spells the player knows.
      * spnum = -1) or spells matching params if spnum=-2  
      */       */
     new_draw_info(NDI_UNIQUE, 0,op,"Cast what spell?  Choose one of:");      new_draw_info(NDI_UNIQUE, 0,op,"Cast what spell?  Choose one of:");
     show_matching_spells(op, params?params:NULL);      show_matching_spells(op, params);
     return 1;      return 1;
 }  }
   


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

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