Difference for server/spell_effect.c from version 1.133 to 1.134


version 1.133 version 1.134
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.133 2005/08/12 13:46:34 ryo_saeba Exp $";   *   "$Id: spell_effect.c,v 1.134 2005/08/25 20:44:16 akirschbaum Exp $";
  */   */
   
   
Line 374
 
Line 374
  m = op->map;   m = op->map;
  mflags = get_map_flags(m, &m, x, y, &x, &y);   mflags = get_map_flags(m, &m, x, y, &x, &y);
   
  if (mflags & (P_WALL | P_NO_MAGIC))   if (mflags & (P_WALL | P_NO_MAGIC | P_OUT_OF_MAP))
      break;       break;
   
  /* Get the top most object */   /* Get the top most object */


Legend:
line(s) removed in v.1.133 
line(s) changed
 line(s) added in v.1.134

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