Difference for random_maps/exit.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_exit_c =   * static char *rcsid_exit_c =
  *   "$Id: exit.c,v 1.9 2000/12/18 06:15:05 peterm Exp $";   *   "$Id: exit.c,v 1.10 2001/02/11 09:12:13 cvs Exp $";
  */   */
   
 /*  /*
Line 271
 
Line 271
         the_exit_back->x = EXIT_X(new_map->map_object);          the_exit_back->x = EXIT_X(new_map->map_object);
         the_exit_back->y = EXIT_Y(new_map->map_object);          the_exit_back->y = EXIT_Y(new_map->map_object);
         insert_ob_in_map(the_exit_back,new_map,NULL);          insert_ob_in_map(the_exit_back,new_map,NULL);
    set_map_timeout(new_map);   /* So it gets swapped out */
       }        }
       else        else
         the_exit_down->slaying = add_string("/!");          the_exit_down->slaying = add_string("/!");


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

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