Difference for random_maps/treasure.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_treasure_c =   * static char *rcsid_treasure_c =
  *   "$Id: treasure.c,v 1.10 2001/02/23 06:06:35 mwedel Exp $";   *   "$Id: treasure.c,v 1.11 2001/04/08 23:32:19 mardahl Exp $";
  */   */
   
 /*  /*
Line 110
 
Line 110
    int i,j;     int i,j;
    /* search the onion for C's or '>', and put treasure there. */     /* search the onion for C's or '>', and put treasure there. */
    for(i=0;i<RP->Xsize;i++) {     for(i=0;i<RP->Xsize;i++) {
  for(j=0;j<RP->Xsize;j++) {   for(j=0;j<RP->Ysize;j++) {
  if(layout[i][j]=='C' || layout[i][j]=='>') {   if(layout[i][j]=='C' || layout[i][j]=='>') {
    int tdiv = RP->symmetry_used;     int tdiv = RP->symmetry_used;
    object **doorlist;     object **doorlist;


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

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