Difference for server/spell_util.c from version 1.89 to 1.90


version 1.89 version 1.90
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.89 2004/06/18 07:45:29 mwedel Exp $";   *   "$Id: spell_util.c,v 1.90 2005/01/12 08:04:02 mwedel Exp $";
  */   */
   
   
Line 509
 
Line 509
     if (mflags & P_OUT_OF_MAP) {      if (mflags & P_OUT_OF_MAP) {
  return 0;   return 0;
     }      }
       if (mflags & P_NO_PASS) {
    new_draw_info(NDI_UNIQUE, 0, op, "You can't cast the spell on top of a wall!\n");
    return 0;
       }
   
     tmp=arch_to_object(spell->other_arch);      tmp=arch_to_object(spell->other_arch);
   


Legend:
line(s) removed in v.1.89 
line(s) changed
 line(s) added in v.1.90

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