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


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_door_c =   * static char *rcsid_door_c =
  *   "$Id: door.c,v 1.7 2000/12/15 10:25:13 peterm Exp $";   *   "$Id: door.c,v 1.8 2000/12/18 06:15:05 peterm Exp $";
  */   */
   
 /*  /*
Line 42
 
Line 42
   hdoors = find_style(doorpath,0,-1);    hdoors = find_style(doorpath,0,-1);
   for(i=0;i<RP->Xsize;i++)     for(i=0;i<RP->Xsize;i++)
     for(j=0;j<RP->Ysize;j++) {      for(j=0;j<RP->Ysize;j++) {
       if(maze[i][j]=='*') {        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_flag2(maze,i,j,RP);


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

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