Difference for server/spell_util.c from version 1.78 to 1.79


version 1.78 version 1.79
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.78 2003/03/21 08:01:11 mwedel Exp $";   *   "$Id: spell_util.c,v 1.79 2003/09/03 12:25:06 tchize Exp $";
  */   */
   
   
Line 2406
 
Line 2406
  at=at->more;   at=at->more;
     }      }
   
     if (head->randomitems)       if (HAS_RANDOM_ITEMS(head))
  create_treasure(head->randomitems, head, GT_INVISIBLE, op->map->difficulty,0);   create_treasure(head->randomitems, head, GT_INVISIBLE, op->map->difficulty,0);
     insert_ob_in_map(head,op->map,op,0);      insert_ob_in_map(head,op->map,op,0);
   


Legend:
line(s) removed in v.1.78 
line(s) changed
 line(s) added in v.1.79

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