Difference for server/spell_util.c from version 1.51 to 1.51.2.1


version 1.51 version 1.51.2.1
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.51 2001/05/12 04:04:19 mwedel Exp $";   *   "$Id: spell_util.c,v 1.51.2.1 2001/05/24 20:44:32 mwedel Exp $";
  */   */
   
 /*  /*
Line 572
 
Line 572
     new_draw_info(NDI_UNIQUE, 0,op,"The spell fizzles");      new_draw_info(NDI_UNIQUE, 0,op,"The spell fizzles");
     success = 0;      success = 0;
 #else  #else
     success = 0 = cast_polymorph(op,dir);      success = cast_polymorph(op,dir);
 #endif  #endif
     break;      break;
   case SP_CHARGING:    case SP_CHARGING:


Legend:
line(s) removed in v.1.51 
line(s) changed
 line(s) added in v.1.51.2.1

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