Difference for random_maps/door.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_door_c =   * static char *rcsid_door_c =
  *   "$Id: door.c,v 1.5 2000/12/15 03:09:19 peterm Exp $";   *   "$Id: door.c,v 1.6 2000/12/15 10:06:06 peterm Exp $";
  */   */
   
 /*  /*
Line 27
 
Line 27
   
 #include <global.h>  #include <global.h>
 #include <random_map.h>  #include <random_map.h>
   #include <rproto.h>
   
 void put_doors(mapstruct *the_map,char **maze , char *doorstyle, RMParms *RP) {  void put_doors(mapstruct *the_map,char **maze , char *doorstyle, RMParms *RP) {
   int i,j;    int i,j;


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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