Difference for random_maps/treasure.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_treasure_c =   * static char *rcsid_treasure_c =
  *   "$Id: treasure.c,v 1.11 2001/04/08 23:32:19 mardahl Exp $";   *   "$Id: treasure.c,v 1.12 2001/04/10 18:23:15 mardahl Exp $";
  */   */
   
 /*  /*
Line 533
 
Line 533
  remove_ob(tmp);   remove_ob(tmp);
  free_object(tmp);   free_object(tmp);
  tmp=get_map_ob(map,x,y);   tmp=get_map_ob(map,x,y);
                   if(tmp==NULL) break;
  };   };
 }  }
   


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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