Difference for random_maps/special.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_special_c =   * static char *rcsid_special_c =
  *   "$Id: special.c,v 1.17 2002/09/07 05:55:18 mwedel Exp $";   *   "$Id: special.c,v 1.18 2003/02/12 08:04:30 mwedel Exp $";
  */   */
   
 /*  /*
Line 127
 
Line 127
       for(l=i;l<i + xsize;l++)        for(l=i;l<i + xsize;l++)
         for(m=j;m<j + ysize;m++)          for(m=j;m<j + ysize;m++)
           if(layout[l][m]=='C' || layout[l][m]=='>' || layout[l][m]=='<')            if(layout[l][m]=='C' || layout[l][m]=='>' || layout[l][m]=='<')
             is_occupied=1;              is_occupied|=1;
     }      }
   }    }
   if(is_occupied) return 0;    if(is_occupied) return 0;


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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