Difference for random_maps/door.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_door_c =   * static char *rcsid_door_c =
  *   "$Id: door.c,v 1.13 2003/09/25 03:39:02 temitchell Exp $";   *   "$Id: door.c,v 1.14 2006/02/10 23:59:27 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 44
 
Line 44
   return surround_index;    return surround_index;
 }  }
   
 void put_doors(mapstruct *the_map, char **maze, char *doorstyle, RMParms *RP) {  void put_doors(mapstruct *the_map, char **maze, const char *doorstyle, RMParms *RP) {
  int i,j;   int i,j;
  mapstruct *vdoors;   mapstruct *vdoors;
  mapstruct *hdoors;   mapstruct *hdoors;


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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