Difference for server/spell_effect.c from version 1.126 to 1.127


version 1.126 version 1.127
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.126 2005/03/06 20:38:55 akirschbaum Exp $";   *   "$Id: spell_effect.c,v 1.127 2005/07/14 09:18:56 akirschbaum Exp $";
  */   */
   
   
Line 445
 
Line 445
   
      if (!al) {       if (!al) {
  free_object(missile);   free_object(missile);
  new_draw_info_format(NDI_UNIQUE, 0, op ,"No such object %ss of %s", stringarg);   new_draw_info_format(NDI_UNIQUE, 0, op ,"No such object %ss of %s", missile_name,
         stringarg);
  return 0;   return 0;
      }       }
      if (al->item->slaying) {       if (al->item->slaying) {
Line 961
 
Line 962
  }   }
  remove_ob (old_force);   remove_ob (old_force);
  free_object (old_force);   free_object (old_force);
  LOG (llevDebug,"\n",old_force->name);   LOG (llevDebug,"\n");
     }      }
     free_object (dummy);      free_object (dummy);
   


Legend:
line(s) removed in v.1.126 
line(s) changed
 line(s) added in v.1.127

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