Difference for server/spell_util.c from version 1.75 to 1.76


version 1.75 version 1.76
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.75 2003/01/23 07:38:44 mwedel Exp $";   *   "$Id: spell_util.c,v 1.76 2003/02/03 07:23:48 mwedel Exp $";
  */   */
   
   
Line 1644
 
Line 1644
     }      }
   
     remove_ob(op);      remove_ob(op);
     if ( ! op->direction || (mflags & P_WALL)) {      if ( ! op->direction || (mflags & (P_WALL | P_OUT_OF_MAP))) {
  free_object(op);   free_object(op);
  return;   return;
     }      }


Legend:
line(s) removed in v.1.75 
line(s) changed
 line(s) added in v.1.76

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