Difference for random_maps/wall.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_wall_c =   * static char *rcsid_wall_c =
  *   "$Id: wall.c,v 1.4 2000/12/15 03:09:19 peterm Exp $";   *   "$Id: wall.c,v 1.5 2001/04/18 23:25:11 avogl Exp $";
  */   */
   
 /*  /*
Line 124
 
Line 124
   
  sprintf(RP->wall_name,"%s",the_wall->arch->name);   sprintf(RP->wall_name,"%s",the_wall->arch->name);
  if ((cp=strchr(RP->wall_name,'_'))!=NULL) *cp=0;   if ((cp=strchr(RP->wall_name,'_'))!=NULL) *cp=0;
  printf("the wall name is %s\n",RP->wall_name);  
  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(layout[i][j]=='#') {     if(layout[i][j]=='#') {


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

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