Difference for x11/xutil.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_xutil_c =   * static char *rcsid_xutil_c =
  *   "$Id: xutil.c,v 1.11 2004/01/12 07:23:57 onefang Exp $";   *   "$Id: xutil.c,v 1.12 2004/01/26 16:54:34 tchize Exp $";
  */   */
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
Line 1475
 
Line 1475
   
  the_map.cells[x][y].cleared= 1;   the_map.cells[x][y].cleared= 1;
  the_map.cells[x][y].need_update= 1;   the_map.cells[x][y].need_update= 1;
           the_map.cells[x][y].keephead = 1;/*otherwise we will also mark the multipart as cleared*/
      }       }
  } /* for y */   } /* for y */
     } /* for x */      } /* for x */


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.96 of cvs2html by leaf at 2006-02-16 21:08