Difference for common/los.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_los_c =   * static char *rcsid_los_c =
  *   "$Id: los.c,v 1.15 2005/09/04 16:58:12 akirschbaum Exp $";   *   "$Id: los.c,v 1.16 2005/12/05 23:34:03 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 87
 
Line 87
  * sightline.   * sightline.
  */   */
   
 void init_block() {  void init_block(void) {
     int x,y, dx, dy, i;      int x,y, dx, dy, i;
     static int block_x[3] = {-1, -1, 0}, block_y[3] = {-1, 0, -1};      static int block_x[3] = {-1, -1, 0}, block_y[3] = {-1, 0, -1};
   


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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