Difference for random_maps/door.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_door_c =   * static char *rcsid_door_c =
  *   "$Id: door.c,v 1.8 2000/12/18 06:15:05 peterm Exp $";   *   "$Id: door.c,v 1.9 2001/05/05 17:37:52 mardahl Exp $";
  */   */
   
 /*  /*
Line 45
 
Line 45
       if(maze[i][j]=='D') {        if(maze[i][j]=='D') {
    int sindex;     int sindex;
    object *this_door,*new_door;     object *this_door,*new_door;
    sindex = surround_flag2(maze,i,j,RP);     sindex = surround_flag(maze,i,j,RP);
    if(sindex==3)      if(sindex==3)
  this_door=pick_random_object(hdoors);   this_door=pick_random_object(hdoors);
    else     else


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

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