Difference for server/spell_util.c from version 1.49 to 1.50


version 1.49 version 1.50
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.49 2001/04/26 06:10:50 mwedel Exp $";   *   "$Id: spell_util.c,v 1.50 2001/05/12 00:10:11 mardahl Exp $";
  */   */
   
 /*  /*
Line 564
 
Line 564
     success = cast_speedball(op,dir,type);      success = cast_speedball(op,dir,type);
     break;      break;
   case SP_POLYMORPH:    case SP_POLYMORPH:
     success = cast_polymorph(op,dir);      success = 0; /*cast_polymorph(op,dir); */
     break;      break;
   case SP_CHARGING:    case SP_CHARGING:
     success = recharge(op);      success = recharge(op);


Legend:
line(s) removed in v.1.49 
line(s) changed
 line(s) added in v.1.50

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