Difference for random_maps/random_map.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.23 2001/05/07 07:29:15 mwedel Exp $";   *   "$Id: random_map.c,v 1.24 2001/05/15 04:30:04 mardahl Exp $";
  */   */
   
 /*  /*
Line 60
 
Line 60
   else    else
     RP->difficulty_given=1;      RP->difficulty_given=1;
   
     if(RP->expand2x > 0) {
         RP->Xsize /=2;
         RP->Ysize /=2;
       }
   
   layout = layoutgen(RP);    layout = layoutgen(RP);
   
   /* increment these for the current map */    /* increment these for the current map */
Line 219
 
Line 224
 #ifdef RMAP_DEBUG  #ifdef RMAP_DEBUG
   dump_layout(maze,RP);    dump_layout(maze,RP);
 #endif  #endif
   /*    if(RP->expand2x) {
   maze = expand2x(maze,RP->Xsize,RP->Ysize);    maze = expand2x(maze,RP->Xsize,RP->Ysize);
   RP->Xsize = RP->Xsize * 2 -1;    RP->Xsize = RP->Xsize * 2 -1;
   RP->Ysize = RP->Ysize * 2 -1;    RP->Ysize = RP->Ysize * 2 -1;
   */    }
   return maze;     return maze;
 }  }
   


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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