Difference for random_maps/random_map.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_random_map_c =   * static char *rcsid_random_map_c =
  *   "$Id: random_map.c,v 1.11 2000/12/20 18:32:55 peterm Exp $";   *   "$Id: random_map.c,v 1.12 2001/01/12 08:25:28 peterm Exp $";
  */   */
   
 /*  /*
Line 179
 
Line 179
       maze = map_gen_onion(RP->Xsize,RP->Ysize,RP->layoutoptions1,RP->layoutoptions2);        maze = map_gen_onion(RP->Xsize,RP->Ysize,RP->layoutoptions1,RP->layoutoptions2);
       RP->map_layout_style = ONION_LAYOUT;        RP->map_layout_style = ONION_LAYOUT;
       if(!(RANDOM()%3)&& !(RP->layoutoptions1 & OPT_WALLS_ONLY)) roomify_layout(maze,RP);        if(!(RANDOM()%3)&& !(RP->layoutoptions1 & OPT_WALLS_ONLY)) roomify_layout(maze,RP);
         break;
     case 2:      case 2:
       maze = map_gen_spiral(RP->Xsize,RP->Ysize,RP->layoutoptions1);        maze = map_gen_spiral(RP->Xsize,RP->Ysize,RP->layoutoptions1);
       RP->map_layout_style = SPIRAL_LAYOUT;        RP->map_layout_style = SPIRAL_LAYOUT;


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

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