Difference for common/image.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_image_c =   * static char *rcsid_image_c =
  *   "$Id: image.c,v 1.14 2005/10/01 16:36:35 ryo_saeba Exp $";   *   "$Id: image.c,v 1.15 2005/10/24 18:11:35 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 51
 
Line 51
   
 static struct bmappair *xbm=NULL;  static struct bmappair *xbm=NULL;
   
 /* only used in loader.c, to go from the numeric image id (which is  
  * used throughout the program) backto the standard name.  
  */  
   
 MapLook blank_look;  
   
 /* Following can just as easily be pointers, but   /* Following can just as easily be pointers, but
  * it is easier to keep them like this.   * it is easier to keep them like this.
  */   */
Line 300
 
Line 294
      * be done - it could easily create confusion.       * be done - it could easily create confusion.
      */       */
     blank_face = &new_faces[FindFace(BLANK_FACE_NAME, 0)];      blank_face = &new_faces[FindFace(BLANK_FACE_NAME, 0)];
     blank_look.face = blank_face;  
     blank_look.flags = 0;  
     blank_face->magicmap = find_color ("khaki") | FACE_FLOOR;      blank_face->magicmap = find_color ("khaki") | FACE_FLOOR;
   
     empty_face = &new_faces[FindFace(EMPTY_FACE_NAME, 0)];      empty_face = &new_faces[FindFace(EMPTY_FACE_NAME, 0)];


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

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