Difference for server/spell_util.c from version 1.35 to 1.36


version 1.35 version 1.36
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.35 2000/12/04 00:40:05 cvs Exp $";   *   "$Id: spell_util.c,v 1.36 2000/12/09 22:39:04 peterm Exp $";
  */   */
   
 /*  /*
Line 399
 
Line 399
   case SP_WINDSTORM:    case SP_WINDSTORM:
   case SP_PEACE:    case SP_PEACE:
   case SP_SPIDERWEB:    case SP_SPIDERWEB:
     case SP_VITRIOL_SPLASH:
     success = cast_cone(op,caster,dir,duration,type,spellarch[type],!ability);      success = cast_cone(op,caster,dir,duration,type,spellarch[type],!ability);
     break;      break;
   case SP_TURN_UNDEAD:    case SP_TURN_UNDEAD:
Line 798
 
Line 799
     break;      break;
   
   case SP_POISON_FOG:    case SP_POISON_FOG:
   case SP_VITRIOL_SPLASH:  
     /* These two don't do anything yet, but putting the above in      /* These two don't do anything yet, but putting the above in
      * prevents compiler warnings.       * prevents compiler warnings.
      */       */


Legend:
line(s) removed in v.1.35 
line(s) changed
 line(s) added in v.1.36

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