Difference for random_maps/exit.c from version 1.20 to 1.21


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_exit_c =   * static char *rcsid_exit_c =
  *   "$Id: exit.c,v 1.20 2006/03/04 17:37:19 akirschbaum Exp $";   *   "$Id: exit.c,v 1.21 2006/04/06 21:18:35 tchize Exp $";
  */   */
   
 /*  /*
Line 207
 
Line 207
     /* surround the exits with notices that this is a random map. */      /* surround the exits with notices that this is a random map. */
     for(j=1;j<9;j++) {      for(j=1;j<9;j++) {
       if(!wall_blocked(map,the_exit_up->x+freearr_x[j],the_exit_up->y+freearr_y[j])) {        if(!wall_blocked(map,the_exit_up->x+freearr_x[j],the_exit_up->y+freearr_y[j])) {
         random_sign = get_archetype("sign");          random_sign = create_archetype("sign");
         random_sign->x = the_exit_up->x+freearr_x[j];          random_sign->x = the_exit_up->x+freearr_x[j];
         random_sign->y = the_exit_up->y+freearr_y[j];          random_sign->y = the_exit_up->y+freearr_y[j];
        


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

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