Difference for common/map.c from version 1.44 to 1.45


version 1.44 version 1.45
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.44 2002/10/28 07:14:17 garbled Exp $";   *   "$Id: map.c,v 1.45 2002/10/29 21:26:36 garbled Exp $";
  */   */
   
 /*  /*
Line 586
 
Line 586
   
  switch(i) {   switch(i) {
    case LL_NORMAL:     case LL_NORMAL:
        /* if we are loading an overlay, put the floors on the bottom */
        if (QUERY_FLAG(op, FLAG_IS_FLOOR) && mapflags & MAP_OVERLAY)
    insert_ob_in_map(op,m,op,INS_NO_MERGE | INS_NO_WALK_ON | INS_ABOVE_FLOOR_ONLY);
        else
      insert_ob_in_map(op,m,op,INS_NO_MERGE | INS_NO_WALK_ON | INS_ON_TOP);       insert_ob_in_map(op,m,op,INS_NO_MERGE | INS_NO_WALK_ON | INS_ON_TOP);
      if (op->inv) sum_weight(op);       if (op->inv) sum_weight(op);
      prev=op,last_more=op;       prev=op,last_more=op;


Legend:
line(s) removed in v.1.44 
line(s) changed
 line(s) added in v.1.45

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